fooder-api/requirements.txt

10 lines
153 B
Text
Raw Normal View History

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