Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 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
|
|
@@ -15,5 +14,5 @@ flake8==7.2.0
|
|
| 15 |
cryptography
|
| 16 |
sentence-transformers>=2.2.0
|
| 17 |
scikit-learn
|
| 18 |
-
redis>=4.0.0
|
| 19 |
-
stripe>=9.0.0
|
|
|
|
| 1 |
fastapi==0.115.12
|
| 2 |
uvicorn[standard]==0.34.0
|
| 3 |
pydantic==2.12.5
|
|
|
|
| 4 |
pytest==8.3.5
|
| 5 |
pytest-cov>=6.0.0
|
| 6 |
httpx==0.28.1
|
|
|
|
| 14 |
cryptography
|
| 15 |
sentence-transformers>=2.2.0
|
| 16 |
scikit-learn
|
| 17 |
+
redis>=4.0.0
|
| 18 |
+
stripe>=9.0.0
|