29 lines
493 B
Plaintext
29 lines
493 B
Plaintext
# Core AI and API dependencies
|
|
anthropic>=0.7.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# Web framework
|
|
fastapi>=0.104.1
|
|
uvicorn>=0.24.0
|
|
pydantic>=2.5.0
|
|
|
|
# HTTP client for service communication
|
|
httpx>=0.25.0
|
|
|
|
# Git operations
|
|
GitPython>=3.1.40
|
|
|
|
# Database dependencies
|
|
redis>=4.5.0
|
|
pymongo>=4.5.0
|
|
psycopg2-binary>=2.9.7
|
|
|
|
# Data processing
|
|
numpy>=1.24.0
|
|
|
|
# PDF generation
|
|
reportlab>=4.0.0
|
|
|
|
# Optional: For better performance (if needed)
|
|
# sentence-transformers>=2.2.2 # Commented out - using Claude API instead
|