Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
html2text
|
2 |
-
gradio
|
3 |
-
requests
|
4 |
-
beautifulsoup4
|
5 |
-
lxml
|
6 |
-
|
|
|
1 |
html2text
|
2 |
+
gradio>=4.44.1
|
3 |
+
requests>=2.31.0
|
4 |
+
beautifulsoup4>=4.12.3
|
5 |
+
lxml>=4.9.3
|
6 |
+
markdown>=3.5.2
|