fooder-api/requirements.txt

10 lines
146 B
Text
Raw Normal View History

2023-04-01 16:19:12 +02:00
fastapi
pydantic
sqlalchemy[postgresql_asyncpg]
uvicorn[standard]
asyncpg
psycopg2-binary
python-jose[cryptography]
passlib[bcrypt]
fastapi-users