Files
Fulfillment-Backend/requirements.txt
2024-03-19 09:01:46 +03:00

20 lines
213 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]
openpyxl