Files
Fulfillment-Backend/requirements.txt
2024-04-28 05:01:15 +03:00

23 lines
244 B
Plaintext

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