Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
fastapi==0.109.0
|
| 2 |
-
uvicorn==0.27.0
|
| 3 |
-
textblob==0.17.1
|
| 4 |
-
pydantic==2.5.3
|
| 5 |
-
python-multipart
|
| 6 |
-
google-api-python-client
|
| 7 |
-
google-auth
|
| 8 |
-
|
|
|
|
| 1 |
+
fastapi==0.109.0
|
| 2 |
+
uvicorn==0.27.0
|
| 3 |
+
textblob==0.17.1
|
| 4 |
+
pydantic==2.5.3
|
| 5 |
+
python-multipart
|
| 6 |
+
google-api-python-client
|
| 7 |
+
google-auth
|
| 8 |
+
passlib[bcrypt]
|