init commit

This commit is contained in:
2025-09-25 08:05:25 +09:00
commit 4d7551d4f1
56 changed files with 5977 additions and 0 deletions

25
requirements.txt Normal file
View File

@@ -0,0 +1,25 @@
fastapi==0.104.1
uvicorn[standard]==0.24.0
sqlalchemy==2.0.23
alembic==1.12.1
asyncpg==0.29.0
redis==5.0.1
celery==5.3.4
kafka-python==2.0.2
pydantic==2.4.2
pydantic-settings==2.0.3
python-jose[cryptography]==3.3.0
PyJWT==2.8.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.6
httpx==0.25.1
aiofiles==23.2.1
prometheus-client==0.18.0
structlog==23.2.0
pytest==7.4.3
pytest-asyncio==0.21.1
black==23.10.1
flake8==6.1.0
mypy==1.6.1
isort==5.12.0
email-validator==2.1.0