diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..05e4679 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,7 @@ +fastapi==0.115.2 +uvicorn[standard]==0.32.0 + +pydantic==1.10.15 +python-dotenv==1.0.1 + +psycopg2-binary==2.9.9