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