petter2025 commited on
Commit
f4c1041
·
verified ·
1 Parent(s): 849f3d1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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