v1.3.22
This commit is contained in:
@@ -1,59 +1,30 @@
|
|||||||
# Core dependencies
|
# Core
|
||||||
fastapi==0.115.6
|
fastapi>=0.104.0
|
||||||
uvicorn[standard]==0.34.0
|
uvicorn[standard]>=0.24.0
|
||||||
pydantic==2.10.4
|
pydantic>=2.0.0
|
||||||
pydantic-settings==2.6.1
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
sqlite3
|
aiosqlite>=0.19.0
|
||||||
aiosqlite==0.20.0
|
|
||||||
|
|
||||||
# Authentication & Security
|
# Authentication
|
||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]>=3.3.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]>=1.7.4
|
||||||
python-multipart==0.0.18
|
python-multipart>=0.0.6
|
||||||
bcrypt==4.2.1
|
bcrypt>=4.0.0
|
||||||
cryptography==44.0.0
|
|
||||||
|
|
||||||
# Validation
|
# Validation
|
||||||
email-validator==2.2.0
|
email-validator>=2.0.0
|
||||||
|
|
||||||
# HTTP Client
|
# HTTP Client
|
||||||
requests==2.32.3
|
requests>=2.31.0
|
||||||
httpx==0.28.1
|
|
||||||
|
|
||||||
# Templates & Static Files
|
# Templates
|
||||||
jinja2==3.1.4
|
jinja2>=3.1.0
|
||||||
aiofiles==24.1.0
|
aiofiles>=23.0.0
|
||||||
|
|
||||||
# Monitoring & Logging
|
# QR Code
|
||||||
python-json-logger==2.0.7
|
qrcode>=7.4.0
|
||||||
prometheus-client==0.21.1
|
pillow>=10.0.0
|
||||||
|
|
||||||
# Error Tracking
|
# Environment
|
||||||
sentry-sdk==2.19.0
|
python-dotenv>=1.0.0
|
||||||
|
|
||||||
# Development & Testing
|
|
||||||
pytest==8.3.4
|
|
||||||
pytest-asyncio==0.24.0
|
|
||||||
pytest-cov==6.0.0
|
|
||||||
black==24.10.0
|
|
||||||
flake8==7.1.1
|
|
||||||
mypy==1.13.0
|
|
||||||
|
|
||||||
# Database migrations (optional)
|
|
||||||
alembic==1.14.1
|
|
||||||
|
|
||||||
# Production server
|
|
||||||
gunicorn==23.0.0
|
|
||||||
|
|
||||||
# Environment variables
|
|
||||||
python-dotenv==1.0.1
|
|
||||||
|
|
||||||
# QR Code generation
|
|
||||||
qrcode==7.4.2
|
|
||||||
pillow==11.0.0
|
|
||||||
|
|
||||||
# Utilities
|
|
||||||
python-dateutil==2.9.0
|
|
||||||
pytz==2024.2
|
|
||||||
Reference in New Issue
Block a user