Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -17,6 +17,6 @@ google-auth-httplib2
|
|
| 17 |
google-auth-oauthlib
|
| 18 |
openpyxl
|
| 19 |
xlsxwriter
|
| 20 |
-
fastapi
|
| 21 |
-
uvicorn
|
| 22 |
-
pydantic
|
|
|
|
| 17 |
google-auth-oauthlib
|
| 18 |
openpyxl
|
| 19 |
xlsxwriter
|
| 20 |
+
fastapi>=0.112.0
|
| 21 |
+
uvicorn>=0.30.0
|
| 22 |
+
pydantic>=2.0.0
|