Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
-
pandas>=2.2.2
|
| 3 |
-
aiohttp>=3.9.5
|
| 4 |
beautifulsoup4>=4.12.3
|
| 5 |
tenacity>=8.4.1
|
| 6 |
tldextract>=5.1.2
|
| 7 |
httpx>=0.27.0
|
| 8 |
-
python-dotenv>=1.0.1
|
| 9 |
openai>=1.40.0
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.44.0
|
|
|
|
|
|
|
| 2 |
beautifulsoup4>=4.12.3
|
| 3 |
tenacity>=8.4.1
|
| 4 |
tldextract>=5.1.2
|
| 5 |
httpx>=0.27.0
|
|
|
|
| 6 |
openai>=1.40.0
|
| 7 |
+
tqdm
|
| 8 |
+
streamlit>=1.28.0
|
| 9 |
+
pandas>=1.5.0
|
| 10 |
+
requests>=2.28.0
|
| 11 |
+
aiohttp>=3.8.0
|
| 12 |
+
urllib3>=1.26.0
|
| 13 |
+
python-dateutil>=2.8.0
|
| 14 |
+
numpy>=1.24.0
|