my-recipes/backend/requirements.txt
2025-12-08 07:04:50 +02:00

13 lines
203 B
Plaintext

fastapi==0.115.0
uvicorn[standard]==0.30.1
pydantic==2.7.4
python-dotenv==1.0.1
psycopg2-binary==2.9.9
# Authentication
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.9