File size: 340 Bytes
0dc9d09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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