Files
Fulfillment-Backend/requirements.txt
2024-02-25 06:01:35 +03:00

18 lines
188 B
Plaintext

# FastApi
fastapi
pydantic
# Security
python-jose[cryptography]
passlib[bcrypt]
# Database
sqlalchemy
sqlalchemy[asyncio]
asyncpg
alembic
# Other
python-dotenv
aiohttp
aiohttp[speedups]