Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests
|
2 |
+
fastapi
|
3 |
+
python-dotenv
|
4 |
+
uvicorn==0.30.6
|
5 |
+
google-auth
|
6 |
+
google-auth-httplib2
|
7 |
+
google-cloud-documentai
|