Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,19 +1,16 @@
|
|
1 |
# Framework and server
|
2 |
-
fastapi
|
3 |
-
uvicorn
|
4 |
-
websockets
|
5 |
|
6 |
# Pokemon Showdown environment
|
7 |
-
poke-env==0.
|
8 |
|
9 |
# Dependency for poke-env
|
10 |
-
aiologger
|
11 |
|
12 |
-
|
13 |
-
openai>=1.0.0
|
14 |
|
15 |
-
|
16 |
-
httpx==0.24.1
|
17 |
|
18 |
-
|
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
|
|