Files
Fulfillment-Backend/requirements.txt
2024-03-01 00:07:25 +03:00

19 lines
204 B
Plaintext

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