Spaces:
Running
Running
reqs update
Browse files- 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
|
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
|