fooder-api/requirements.txt

11 lines
171 B
Text
Raw Normal View History

2023-04-01 16:19:12 +02:00
fastapi
pydantic
2023-07-30 20:18:42 +02:00
pydantic_settings
2023-04-01 16:19:12 +02:00
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