Update requirements.txt
Browse files- 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
|