Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -2
requirements.txt
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
-
flask==3.0.0
|
2 |
python-dotenv==1.0.0
|
3 |
requests==2.31.0
|
4 |
beautifulsoup4==4.12.2
|
5 |
python-slugify==8.0.1
|
6 |
logging==0.4.9.6
|
7 |
-
typing==3.7.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
python-dotenv==1.0.0
|
2 |
requests==2.31.0
|
3 |
beautifulsoup4==4.12.2
|
4 |
python-slugify==8.0.1
|
5 |
logging==0.4.9.6
|
6 |
+
typing==3.7.4.3
|
7 |
+
Flask==2.0.3
|
8 |
+
Jinja2==3.0.3
|
9 |
+
requests==2.31.0
|
10 |
+
beautifulsoup4==4.12.2
|
11 |
+
html2text==2020.1.16
|
12 |
+
hypercorn==0.14.3
|
13 |
+
markupsafe==2.0.1
|
14 |
+
werkzeug==2.0.3
|
15 |
+
selenium==4.15.2
|
16 |
+
undetected-chromedriver==3.5.3
|
17 |
+
webdriver-manager==4.0.1
|
18 |
+
Pillow==10.1.0
|
19 |
+
googlesearch-python
|