# Production Dependencies for BaoLife WebSocket Server # WebSocket support websockets==12.0 # Database mysql-connector-python==8.2.0 # Async MySQL driver for production scalability 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 # Google Cloud integrations google-cloud-secret-manager==2.18.2 google-cloud-logging==3.9.0