Files
Fulfillment-Backend/requirements.txt
2024-05-24 09:45:54 +03:00

24 lines
261 B
Plaintext

# FastApi
fastapi
pydantic
uvicorn
uvicorn[standard]
gunicorn
python-multipart
# Security
python-jose[cryptography]
passlib[bcrypt]
# Database
sqlalchemy
sqlalchemy[asyncio]
asyncpg
alembic
# Other
python-dotenv
aiohttp
aiohttp[speedups]
openpyxl
lexorank-py