Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -7,4 +7,8 @@ google-genai
|
|
7 |
pyjwt
|
8 |
uvicorn
|
9 |
python-multipart
|
10 |
-
fastapi
|
|
|
|
|
|
|
|
|
|
7 |
pyjwt
|
8 |
uvicorn
|
9 |
python-multipart
|
10 |
+
fastapi
|
11 |
+
passlib
|
12 |
+
bcrypt
|
13 |
+
python-jose
|
14 |
+
pydantic[email]
|