Spaces:
Running
Running
File size: 452 Bytes
9026a91 0dc9d09 9026a91 2a4fcda 6e6b08f 9026a91 0dc9d09 9026a91 0dc9d09 9026a91 deb30f4 0dc9d09 9026a91 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Core dependencies for the Twitch Bot Streamer # For Twitch chat interaction twitchio>=2.0.0 fastapi uvicorn # For controlling OBS via websocket # Note: library might be imported as 'obswebsocket' in code obs-websocket-py>=0.6.0 # For Pokemon battle logic and agent control poke-env>=0.6.0 # Async HTTP requests (often needed by libraries) httpx openai google-genai mistralai # Potentially needed by poke-env or other async libs websockets aiohttp |