Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
Flask==2.0.3
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
html2text==2020.1.16
|
| 5 |
gunicorn==20.0.4
|
| 6 |
-
werkzeug>=2.2.2
|
|
|
|
| 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
|
| 7 |
gunicorn==20.0.4
|
|
|