Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -10
requirements.txt
CHANGED
|
@@ -1,15 +1,7 @@
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
python-multipart==0.0.9
|
| 4 |
-
google-api-python-client==2.127.0
|
| 5 |
-
google-auth==2.29.0
|
| 6 |
-
google-auth-oauthlib==1.2.0
|
| 7 |
-
google-auth-httplib2==0.2.0
|
| 8 |
passlib[bcrypt]==1.7.4
|
| 9 |
python-jose[cryptography]==3.3.0
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
pydantic[email]==2.7.1
|
| 13 |
-
itsdangerous==2.2.0
|
| 14 |
-
jinja2==3.1.3
|
| 15 |
-
aiofiles==23.2.1
|
|
|
|
| 1 |
fastapi==0.111.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
python-multipart==0.0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
passlib[bcrypt]==1.7.4
|
| 5 |
python-jose[cryptography]==3.3.0
|
| 6 |
+
aiofiles==23.2.1
|
| 7 |
+
pydantic[email]==2.7.1
|
|
|
|
|
|
|
|
|
|
|
|