# Local Development Dependencies (no Google Cloud) # WebSocket support websockets==12.0 # Database mysql-connector-python==8.2.0 aiomysql==0.2.0 # JWT authentication PyJWT==2.8.0 # Environment variable management python-dotenv==1.0.0 # NumPy for game calculations numpy==1.26.2 # HTTP requests for API calls requests==2.31.0