Jofthomas commited on
Commit
68b1b11
·
1 Parent(s): adb0142

reqs update

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -5,11 +5,10 @@ fastapi
5
  uvicorn
6
 
7
  # For Pokemon battle logic and agent control
8
- poke-env==0.8.3
9
- httpx
10
 
11
  openai
12
  google-genai
13
  mistralai
14
- websockets
15
  aiohttp
 
5
  uvicorn
6
 
7
  # For Pokemon battle logic and agent control
8
+ poke-env>=0.9.0
9
+ httpx==0.28.1
10
 
11
  openai
12
  google-genai
13
  mistralai
 
14
  aiohttp