summaryrefslogtreecommitdiff
path: root/backend/requirements.txt
diff options
context:
space:
mode:
authorblackhao <13851610112@163.com>2025-12-10 20:12:21 -0600
committerblackhao <13851610112@163.com>2025-12-10 20:12:21 -0600
commit9646da833bc3d94564c10649b62a378d0190471e (patch)
treed0c9c0584b8c4f167c281f5970f713b239a1d7c5 /backend/requirements.txt
parent9ba956c7aa601f0e6cd0fe2ede907cbc558fa1b8 (diff)
user data
Diffstat (limited to 'backend/requirements.txt')
-rw-r--r--backend/requirements.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt
index e340864..a9607fd 100644
--- a/backend/requirements.txt
+++ b/backend/requirements.txt
@@ -1,9 +1,13 @@
fastapi
uvicorn
-pydantic
+pydantic[email]
openai
google-generativeai
python-dotenv
httpx
python-multipart
+# Authentication
+python-jose[cryptography]
+passlib[bcrypt]
+sqlalchemy