68 lines
1.2 KiB
Text
68 lines
1.2 KiB
Text
# Core Framework
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
python-multipart==0.0.6
|
|
|
|
# Database
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
psycopg2-binary==2.9.9
|
|
psycopg[binary]==3.1.18
|
|
|
|
# Authentication & Security
|
|
passlib[bcrypt]==1.7.4
|
|
python-jose[cryptography]==3.3.0
|
|
PyJWT>=2.8.0
|
|
bcrypt==4.1.1
|
|
cryptography==41.0.7
|
|
argon2-cffi==23.1.0
|
|
|
|
# API Documentation
|
|
python-dateutil==2.8.2
|
|
|
|
# Validation & Serialization
|
|
email-validator==2.1.0
|
|
|
|
# Environment Variables
|
|
python-dotenv==1.0.0
|
|
|
|
# Logging & Observability
|
|
python-json-logger==2.0.7
|
|
opentelemetry-api==1.21.0
|
|
opentelemetry-sdk==1.21.0
|
|
opentelemetry-exporter-jaeger==1.21.0
|
|
opentelemetry-instrumentation-fastapi==0.42b0
|
|
opentelemetry-instrumentation-sqlalchemy==0.42b0
|
|
|
|
# Data Validation & Transformation
|
|
# Data Validation & Transformation
|
|
marshmallow==3.20.1
|
|
feedparser>=6.0.10
|
|
|
|
# Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
httpx==0.25.2
|
|
|
|
# Linting & Type Checking
|
|
ruff==0.1.8
|
|
mypy==1.7.1
|
|
types-python-dateutil>=2.8.19
|
|
|
|
# Development
|
|
black==23.12.0
|
|
isort==5.13.2
|
|
pre-commit==3.5.0
|
|
|
|
# CORS & Middleware
|
|
fastapi-cors==0.0.6
|
|
|
|
# Rate Limiting
|
|
slowapi==0.1.9
|
|
|
|
# Background Tasks
|
|
celery==5.3.4
|
|
redis==5.0.1
|