twitch_streaming / requirements.txt
Jofthomas's picture
Create requirements.txt
0dc9d09 verified
raw
history blame
340 Bytes
# Framework and server
fastapi==0.103.1
uvicorn==0.23.2
websockets==11.0.3
# Pokemon Showdown environment
poke-env==0.7.0
# Dependency for poke-env
aiologger==0.7.0
# For OpenAI integration (adjust based on your actual agent implementations)
openai>=1.0.0
# For HTTP requests
httpx==0.24.1
# For typing support
typing-extensions==4.7.1