saq1b commited on
Commit
68f8e9e
·
verified ·
1 Parent(s): 40e38fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- fastapi
2
- uvicorn
3
- aiohttp
4
- pydantic
5
- python-dotenv
6
- google-api-python-client
7
- google-auth-httplib2
8
- google-auth-oauthlib
9
- python-multipart
 
 
1
+ fastapi
2
+ uvicorn
3
+ aiohttp
4
+ pydantic
5
+ python-dotenv
6
+ google-api-python-client
7
+ google-auth-httplib2
8
+ google-auth-oauthlib
9
+ python-multipart
10
+ urllib3