Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -16,3 +16,11 @@ undetected-chromedriver==3.5.3
|
|
16 |
webdriver-manager==4.0.1
|
17 |
Pillow==10.1.0
|
18 |
googlesearch-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
webdriver-manager==4.0.1
|
17 |
Pillow==10.1.0
|
18 |
googlesearch-python
|
19 |
+
flask==3.0.2
|
20 |
+
python-dotenv==1.0.1
|
21 |
+
requests==2.31.0
|
22 |
+
beautifulsoup4==4.12.3
|
23 |
+
google==3.0.0
|
24 |
+
python-slugify==8.0.1
|
25 |
+
logging==0.4.9.6
|
26 |
+
typing==3.7.4.3
|