48 lines
648 B
Plaintext
48 lines
648 B
Plaintext
# Core Framework
|
|
fastapi==0.119.0
|
|
uvicorn==0.38.0
|
|
|
|
# CLI Framework
|
|
click==8.3.0
|
|
typer==0.19.2
|
|
|
|
# Database
|
|
sqlalchemy==2.0.44
|
|
alembic==1.17.0
|
|
|
|
# Authentication
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==3.2.2
|
|
python-jose==3.5.0
|
|
cryptography==46.0.3
|
|
|
|
# Configuration
|
|
pydantic==2.12.3
|
|
python-dotenv==1.1.1
|
|
|
|
# Cloud Providers
|
|
boto3==1.40.55
|
|
azure-storage-blob==12.27.0
|
|
requests==2.32.5
|
|
|
|
# Data Processing
|
|
pandas==2.3.3
|
|
openpyxl==3.1.5
|
|
beautifulsoup4==4.14.2
|
|
|
|
# AI/ML
|
|
openai==2.5.0
|
|
fal-client==0.9.1
|
|
Pillow>=10.0.0
|
|
# Testing
|
|
pytest==8.4.2
|
|
pytest-asyncio==0.21.1
|
|
pytest-mock==3.15.1
|
|
httpx==0.28.1
|
|
moto==5.1.15
|
|
|
|
# Development
|
|
black==23.11.0
|
|
flake8==6.1.0
|
|
mypy==1.7.1
|