| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # Core Framework
- fastapi==0.104.1
- uvicorn[standard]==0.24.0
- pydantic==2.5.0
- pydantic-settings==2.1.0
- # Database
- sqlalchemy==2.0.23
- alembic==1.13.1
- psycopg2-binary==2.9.9
- redis==5.0.1
- # HTTP Client
- httpx==0.25.2
- aiohttp==3.9.1
- # Authentication & Security
- python-jose[cryptography]==3.3.0
- passlib[bcrypt]==1.7.4
- python-multipart==0.0.6
- # Message Queue
- celery==5.3.4
- kombu==5.3.4
- # Monitoring & Logging
- prometheus-client==0.19.0
- structlog==23.2.0
- # Testing
- pytest==7.4.3
- pytest-asyncio==0.21.1
- pytest-cov==4.1.0
- httpx==0.25.2
- # Code Quality
- black==23.11.0
- isort==5.12.0
- mypy==1.7.1
- flake8==6.1.0
- pre-commit==3.6.0
- # Development
- python-dotenv==1.0.0
- watchfiles==0.21.0
|