Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +26 -25
requirements.txt
CHANGED
|
@@ -1,25 +1,26 @@
|
|
| 1 |
-
fastapi==0.125.0
|
| 2 |
-
uvicorn==0.38.0
|
| 3 |
-
python-multipart==0.0.20
|
| 4 |
-
pydantic==2.12.5
|
| 5 |
-
pydantic-settings==2.12.0
|
| 6 |
-
python-dotenv==1.2.1
|
| 7 |
-
requests==2.32.5
|
| 8 |
-
qdrant-client==1.16.2
|
| 9 |
-
groq==1.0.0
|
| 10 |
-
Pillow==12.0.0
|
| 11 |
-
numpy==2.3.5
|
| 12 |
-
sentence-transformers==5.2.0
|
| 13 |
-
edge-tts
|
| 14 |
-
ultralytics
|
| 15 |
-
opencv-python-headless
|
| 16 |
-
imageio_ffmpeg
|
| 17 |
-
redis
|
| 18 |
-
pywebpush
|
| 19 |
-
apscheduler
|
| 20 |
-
keras-facenet
|
| 21 |
-
tf-keras
|
| 22 |
-
motor
|
| 23 |
-
beanie
|
| 24 |
-
passlib[argon2]
|
| 25 |
-
python-jose[cryptography]
|
|
|
|
|
|
| 1 |
+
fastapi==0.125.0
|
| 2 |
+
uvicorn==0.38.0
|
| 3 |
+
python-multipart==0.0.20
|
| 4 |
+
pydantic==2.12.5
|
| 5 |
+
pydantic-settings==2.12.0
|
| 6 |
+
python-dotenv==1.2.1
|
| 7 |
+
requests==2.32.5
|
| 8 |
+
qdrant-client==1.16.2
|
| 9 |
+
groq==1.0.0
|
| 10 |
+
Pillow==12.0.0
|
| 11 |
+
numpy==2.3.5
|
| 12 |
+
sentence-transformers==5.2.0
|
| 13 |
+
edge-tts
|
| 14 |
+
ultralytics
|
| 15 |
+
opencv-python-headless
|
| 16 |
+
imageio_ffmpeg
|
| 17 |
+
redis
|
| 18 |
+
pywebpush
|
| 19 |
+
apscheduler
|
| 20 |
+
keras-facenet
|
| 21 |
+
tf-keras
|
| 22 |
+
motor
|
| 23 |
+
beanie
|
| 24 |
+
passlib[argon2]
|
| 25 |
+
python-jose[cryptography]
|
| 26 |
+
pydantic[email]
|