Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -52
requirements.txt
CHANGED
|
@@ -1,61 +1,11 @@
|
|
| 1 |
-
# Core Web & API
|
| 2 |
fastapi==0.115.0
|
| 3 |
uvicorn==0.30.6
|
| 4 |
pydantic==2.9.2
|
| 5 |
starlette==0.38.6
|
| 6 |
typing-extensions==4.15.0
|
| 7 |
|
| 8 |
-
# Data & ML
|
| 9 |
numpy==1.26.4
|
| 10 |
onnxruntime==1.19.2
|
| 11 |
pillow==10.4.0
|
| 12 |
-
opencv-python-headless==4.
|
| 13 |
-
|
| 14 |
-
flatbuffers==25.12.19
|
| 15 |
-
protobuf==7.34.1
|
| 16 |
-
coloredlogs==15.0.1
|
| 17 |
-
|
| 18 |
-
# HTTP & Auth
|
| 19 |
-
httpx==0.27.2
|
| 20 |
-
pyjwt==2.9.0
|
| 21 |
-
cryptography==43.0.1
|
| 22 |
-
cffi==2.0.0
|
| 23 |
-
anyio==4.13.0
|
| 24 |
-
certifi==2026.2.25
|
| 25 |
-
idna==3.11
|
| 26 |
-
sniffio==1.3.1
|
| 27 |
-
httpcore==1.0.9
|
| 28 |
-
click==8.3.1
|
| 29 |
-
h11==0.16.0
|
| 30 |
-
|
| 31 |
-
# DB & Messaging
|
| 32 |
-
sqlalchemy==2.0.35
|
| 33 |
-
psycopg[binary]==3.2.1
|
| 34 |
-
pika==1.3.2
|
| 35 |
-
|
| 36 |
-
# Monitoring & Performance
|
| 37 |
-
prometheus-client==0.21.0
|
| 38 |
-
orjson==3.10.7
|
| 39 |
-
greenlet==3.3.2
|
| 40 |
-
|
| 41 |
-
# Testing
|
| 42 |
-
pytest==8.3.3
|
| 43 |
-
iniconfig==2.3.0
|
| 44 |
-
pluggy==1.6.0
|
| 45 |
-
packaging==26.0
|
| 46 |
-
tomli==2.4.1
|
| 47 |
-
exceptiongroup==1.3.1
|
| 48 |
-
|
| 49 |
-
# Gradio & Frontend
|
| 50 |
-
gradio==3.46.0
|
| 51 |
-
gradio-client==0.5.3
|
| 52 |
-
aiofiles==23.2.1
|
| 53 |
-
altair==5.5.0
|
| 54 |
-
ffmpy==1.0.0
|
| 55 |
-
importlib-resources==6.5.2
|
| 56 |
-
jinja2==3.1.6
|
| 57 |
-
MarkupSafe==2.1.5
|
| 58 |
-
matplotlib==3.10.8
|
| 59 |
-
|
| 60 |
-
# Hugging Face
|
| 61 |
-
huggingface_hub==0.15.1
|
|
|
|
|
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.6
|
| 3 |
pydantic==2.9.2
|
| 4 |
starlette==0.38.6
|
| 5 |
typing-extensions==4.15.0
|
| 6 |
|
|
|
|
| 7 |
numpy==1.26.4
|
| 8 |
onnxruntime==1.19.2
|
| 9 |
pillow==10.4.0
|
| 10 |
+
opencv-python-headless==4.10.0.84
|
| 11 |
+
gradio==3.46.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|