Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
aiohttp
|
3 |
+
uvicorn
|
4 |
+
starlette
|
5 |
+
pytz
|
6 |
+
geoip2
|
7 |
+
python-multipart
|
8 |
+
Flask-SocketIO
|
9 |
+
cachetools
|