init commit
This commit is contained in:
48
requirements.txt
Normal file
48
requirements.txt
Normal file
@@ -0,0 +1,48 @@
|
||||
# Core Framework
|
||||
aiogram==3.4.1
|
||||
fastapi==0.109.0
|
||||
uvicorn==0.27.0
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.25
|
||||
psycopg2-binary==2.9.9
|
||||
alembic==1.13.1
|
||||
|
||||
# Authentication & Security
|
||||
pyjwt==2.10.1
|
||||
bcrypt==4.1.1
|
||||
cryptography==41.0.7
|
||||
passlib==1.7.4
|
||||
|
||||
# HTTP & Networking
|
||||
aiohttp==3.9.1
|
||||
httpx==0.25.2
|
||||
requests==2.31.0
|
||||
|
||||
# Utilities
|
||||
pydantic==2.5.3
|
||||
pydantic-settings==2.1.0
|
||||
email-validator==2.1.0
|
||||
redis==5.0.1
|
||||
aioredis==2.0.1
|
||||
|
||||
# Logging & Monitoring
|
||||
python-json-logger==2.0.7
|
||||
structlog==23.3.0
|
||||
|
||||
# CORS & Middleware
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Development
|
||||
pytest==7.4.4
|
||||
pytest-asyncio==0.23.2
|
||||
pytest-cov==4.1.0
|
||||
black==23.12.1
|
||||
pylint==3.0.3
|
||||
flake8==6.1.0
|
||||
mypy==1.7.1
|
||||
|
||||
# Documentation
|
||||
mkdocs==1.5.3
|
||||
mkdocs-material==9.5.3
|
||||
Reference in New Issue
Block a user