Upload production/requirements.prod.txt
Browse files
production/requirements.prod.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.115.0
|
| 2 |
+
uvicorn[standard]>=0.32.0
|
| 3 |
+
pydantic>=2.12.3
|
| 4 |
+
aioredis>=2.0.0
|
| 5 |
+
asyncpg>=0.30.0
|
| 6 |
+
prometheus-client>=0.21.0
|
| 7 |
+
python-multipart>=0.0.9
|
| 8 |
+
httpx>=0.27.0
|
| 9 |
+
litellm>=1.83.0
|
| 10 |
+
huggingface-hub>=1.12.0
|
| 11 |
+
python-dotenv>=1.2.1
|
| 12 |
+
structlog>=24.4.0
|
| 13 |
+
tenacity>=9.0.0
|
| 14 |
+
redis>=5.0.0
|