Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
fastapi
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
uvicorn
|
4 |
-
|
5 |
-
pytz
|
6 |
-
geoip2
|
7 |
-
python-multipart
|
8 |
-
Flask-SocketIO
|
9 |
-
cachetools
|
|
|
1 |
fastapi
|
2 |
+
pillow
|
3 |
+
requests
|
4 |
+
huggingface_hub
|
5 |
+
schedule
|
6 |
+
websockets
|
7 |
uvicorn
|
8 |
+
numpy
|
|
|
|
|
|
|
|
|
|