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

21 lines
225 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
lexorank-py