This commit is contained in:
2024-06-28 21:25:07 +03:00
parent 1c8c906136
commit fb8dbd1220
6 changed files with 236 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
fastapi
pydantic
uvicorn
uvicorn[standard]
gunicorn
sqlalchemy
sqlalchemy[asyncio]
asyncpg
alembic
python-dotenv
aiohttp
aiohttp[speedups]
celery[redis]