Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -17,3 +17,8 @@ google-api-python-client>=2.133.0
|
|
| 17 |
google-auth>=2.32.0
|
| 18 |
google-auth-httplib2>=0.2.0
|
| 19 |
google-auth-oauthlib>=1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
google-auth>=2.32.0
|
| 18 |
google-auth-httplib2>=0.2.0
|
| 19 |
google-auth-oauthlib>=1.2.1
|
| 20 |
+
|
| 21 |
+
# URL/PDF ingestion
|
| 22 |
+
requests>=2.31.0
|
| 23 |
+
beautifulsoup4>=4.12.3
|
| 24 |
+
pypdf>=4.2.0
|