Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
fastapi==0.135.2
|
| 2 |
uvicorn==0.42.0
|
| 3 |
pydantic==2.12.5
|
| 4 |
-
python-dotenv
|
| 5 |
-
aiofiles
|
| 6 |
-
google-api-python-client
|
| 7 |
-
google-auth
|
| 8 |
-
google-auth-httplib2
|
| 9 |
-
google-genai
|
| 10 |
-
requests
|
| 11 |
-
httpx
|
|
|
|
| 1 |
fastapi==0.135.2
|
| 2 |
uvicorn==0.42.0
|
| 3 |
pydantic==2.12.5
|
| 4 |
+
python-dotenv
|
| 5 |
+
aiofiles
|
| 6 |
+
google-api-python-client
|
| 7 |
+
google-auth
|
| 8 |
+
google-auth-httplib2
|
| 9 |
+
google-genai
|
| 10 |
+
requests
|
| 11 |
+
httpx
|