Spaces:
Running
Running
# 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 |