Mr-Help commited on
Commit
1cfc1c6
·
verified ·
1 Parent(s): 15b55b8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.74.*
2
+ requests==2.27.*
3
+ uvicorn[standard]==0.17.*
4
+ pydantic
5
+ google-auth
6
+ google-auth-oauthlib
7
+ google-auth-httplib2
8
+ google-api-python-client