Mr-Help commited on
Commit
080d63a
·
verified ·
1 Parent(s): af84322

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -8
requirements.txt CHANGED
@@ -1,8 +1,4 @@
1
- fastapi
2
- uvicorn[standard]
3
- httpx
4
- pydantic
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