Update requirements
Browse files- requirements.txt +19 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.12
|
| 2 |
+
uvicorn[standard]==0.34.0
|
| 3 |
+
pydantic==2.12.5
|
| 4 |
+
agentic-reliability-framework @ git+https://github.com/arf-foundation/agentic-reliability-framework@main
|
| 5 |
+
pytest==8.3.5
|
| 6 |
+
pytest-cov>=6.0.0
|
| 7 |
+
httpx==0.28.1
|
| 8 |
+
alembic
|
| 9 |
+
pydantic-settings
|
| 10 |
+
sqlalchemy
|
| 11 |
+
psycopg2-binary==2.9.10
|
| 12 |
+
slowapi==0.1.9
|
| 13 |
+
prometheus-fastapi-instrumentator==7.1.0
|
| 14 |
+
flake8==7.2.0
|
| 15 |
+
cryptography
|
| 16 |
+
sentence-transformers>=2.2.0
|
| 17 |
+
scikit-learn
|
| 18 |
+
redis>=4.0.0 # optional, for faster counters
|
| 19 |
+
stripe>=9.0.0
|