diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..cd5af19 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,11 @@ +fastapi==0.109.0 +uvicorn[standard]==0.27.0 +sqlalchemy==2.0.25 +pydantic==2.5.3 +pydantic-settings==2.1.0 +python-jose[cryptography]==3.3.0 +passlib[bcrypt]==1.7.4 +python-multipart==0.0.6 +alembic==1.13.1 +psycopg2-binary==2.9.9 +email-validator==2.1.0 \ No newline at end of file