Update requirements.txt
Browse files- requirements.txt +9 -18
requirements.txt
CHANGED
@@ -1,18 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
python-whois==0.8.0
|
11 |
-
dnspython==2.6.0
|
12 |
-
selenium==4.18.1
|
13 |
-
webdriver-manager==4.0.1
|
14 |
-
Pillow==10.2.0
|
15 |
-
tldextract==5.1.1
|
16 |
-
requests-html==0.10.0
|
17 |
-
fake-useragent==1.4.0
|
18 |
-
numpy==1.26.4
|
|
|
1 |
+
streamlit
|
2 |
+
requests
|
3 |
+
beautifulsoup4
|
4 |
+
whois
|
5 |
+
python-whois
|
6 |
+
matplotlib
|
7 |
+
wordcloud
|
8 |
+
langdetect
|
9 |
+
textblob
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|