Update requirements.txt
Browse files- requirements.txt +33 -1
requirements.txt
CHANGED
|
@@ -1 +1,33 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
|
| 3 |
+
# Core dependencies
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
huggingface_hub>=0.20.0
|
| 6 |
+
transformers>=4.30.0
|
| 7 |
+
|
| 8 |
+
# API and networking
|
| 9 |
+
requests>=2.28.0
|
| 10 |
+
aiohttp>=3.8.3
|
| 11 |
+
|
| 12 |
+
# Security
|
| 13 |
+
python-dotenv>=1.0.0
|
| 14 |
+
cryptography>=40.0.0
|
| 15 |
+
pyjwt>=2.6.0
|
| 16 |
+
|
| 17 |
+
# Logging and monitoring
|
| 18 |
+
logging-utils>=0.0.13
|
| 19 |
+
prometheus-client>=0.16.0
|
| 20 |
+
|
| 21 |
+
# Deployment and scaling
|
| 22 |
+
gunicorn>=20.1.0
|
| 23 |
+
uvicorn>=0.22.0
|
| 24 |
+
|
| 25 |
+
# Testing
|
| 26 |
+
pytest>=7.3.1
|
| 27 |
+
pytest-asyncio>=0.21.0
|
| 28 |
+
|
| 29 |
+
# Utilities
|
| 30 |
+
numpy>=1.24.0
|
| 31 |
+
pandas>=2.0.0
|
| 32 |
+
python-dateutil>=2.8.2
|
| 33 |
+
tqdm>=4.65.0
|