Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -38,6 +38,9 @@ circuitbreaker>=2.0.0
|
|
| 38 |
# Atomic file operations
|
| 39 |
atomicwrites>=1.4.1
|
| 40 |
|
|
|
|
|
|
|
|
|
|
| 41 |
# ============================================================================
|
| 42 |
# Development Dependencies (install separately)
|
| 43 |
# pip install pytest pytest-asyncio pytest-cov pytest-mock black ruff mypy
|
|
|
|
| 38 |
# Atomic file operations
|
| 39 |
atomicwrites>=1.4.1
|
| 40 |
|
| 41 |
+
# === Inference Provider ===
|
| 42 |
+
anthropic>=0.8.1
|
| 43 |
+
|
| 44 |
# ============================================================================
|
| 45 |
# Development Dependencies (install separately)
|
| 46 |
# pip install pytest pytest-asyncio pytest-cov pytest-mock black ruff mypy
|