Jofthomas commited on
Commit
deb30f4
·
verified ·
1 Parent(s): 76018b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,19 +1,16 @@
1
  # Framework and server
2
- fastapi==0.103.1
3
- uvicorn==0.23.2
4
- websockets==11.0.3
5
 
6
  # Pokemon Showdown environment
7
- poke-env==0.7.0
8
 
9
  # Dependency for poke-env
10
- aiologger==0.7.0
11
 
12
- # For OpenAI integration (adjust based on your actual agent implementations)
13
- openai>=1.0.0
14
 
15
- # For HTTP requests
16
- httpx==0.24.1
17
 
18
- # For typing support
19
- typing-extensions==4.7.1
 
1
  # Framework and server
2
+ fastapi
3
+ uvicorn
4
+ websockets
5
 
6
  # Pokemon Showdown environment
7
+ poke-env==0.8.3
8
 
9
  # Dependency for poke-env
10
+ aiologger
11
 
12
+ openai
 
13
 
14
+ httpx
 
15
 
16
+ typing-extensions