Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
google-auth
|
| 6 |
-
google-auth-oauthlib
|
| 7 |
-
google-auth-httplib2
|
| 8 |
-
google-api-python-client
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn[standard]==0.34.0
|
| 3 |
+
pydantic==2.10.4
|
| 4 |
+
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|