Files
boc/iom/requirements.txt
T

59 lines
708 B
Plaintext
Raw Normal View History

# Core
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
# Database
psycopg2-binary==2.9.9
asyncpg==0.29.0
sqlalchemy==2.0.23
alembic==1.12.1
# Redis
redis==5.0.1
# Celery
celery==5.3.4
# Authentication
pyjwt==2.8.0
passlib[bcrypt]==1.7.4
python-jose[cryptography]==3.3.0
# Monitoring
prometheus-client==0.19.0
# WebSocket
websockets==12.0
# HTTP client
httpx==0.25.2
# Data processing
numpy==1.26.2
pandas==2.1.3
# ML/AI
scikit-learn==1.3.2
# Image processing
Pillow==10.1.0
# Geo
shapely==2.0.2
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
# Development
black==23.11.0
flake8==6.1.0
mypy==1.7.1
isort==5.12.0
# Production
gunicorn==21.2.0