Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
markupsafe==2.0.1
|
2 |
Flask==2.0.3
|
3 |
Jinja2==3.0.3
|
4 |
requests==2.31.0
|
5 |
beautifulsoup4==4.12.2
|
6 |
html2text==2020.1.16
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Flask==2.0.3
|
2 |
Jinja2==3.0.3
|
3 |
requests==2.31.0
|
4 |
beautifulsoup4==4.12.2
|
5 |
html2text==2020.1.16
|
6 |
+
hypercorn==0.14.3
|
7 |
+
markupsafe==2.0.1
|
8 |
+
werkzeug==2.0.3
|
9 |
+
|