fooder-api/requirements.txt
Piotr Domański af6c753e90
Some checks failed
Python lint and test / linttest (push) Has been cancelled
modernize
2026-01-03 20:36:46 +01:00

12 lines
193 B
Text

fastapi
pydantic
pydantic_settings
sqlalchemy[postgresql_asyncpg]
uvicorn[standard]
asyncpg
psycopg2-binary==2.9.3
python-jose[cryptography]
bcrypt<5.0.0
passlib[bcrypt]
fastapi-users
requests