codenuk_backend_mine/services/ai-analysis-service/requirements.txt
2025-11-13 09:07:54 +05:30

30 lines
537 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
neo4j>=5.8.0 # Neo4j Graph Database Driver
# 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