summaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'backend/requirements.txt')
-rw-r--r--backend/requirements.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt
index 545f6b7..a9607fd 100644
--- a/backend/requirements.txt
+++ b/backend/requirements.txt
@@ -1,8 +1,13 @@
fastapi
uvicorn
-pydantic
+pydantic[email]
openai
google-generativeai
python-dotenv
httpx
+python-multipart
+# Authentication
+python-jose[cryptography]
+passlib[bcrypt]
+sqlalchemy