Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit==1.
|
2 |
streamlit-option-menu==0.3.6
|
3 |
requests==2.31.0
|
4 |
pandas==2.0.3
|
@@ -9,11 +9,10 @@ beautifulsoup4==4.12.2
|
|
9 |
python-whois==0.8.0
|
10 |
dnspython==2.3.0
|
11 |
numpy==1.25.1
|
12 |
-
Pillow==
|
13 |
matplotlib==3.7.2
|
14 |
seaborn==0.12.2
|
15 |
wordcloud==1.9.2
|
16 |
advertools==0.13.3
|
17 |
tldextract==3.4.4
|
18 |
-
python-dateutil==2.8.2
|
19 |
-
collections
|
|
|
1 |
+
streamlit==1.24.0
|
2 |
streamlit-option-menu==0.3.6
|
3 |
requests==2.31.0
|
4 |
pandas==2.0.3
|
|
|
9 |
python-whois==0.8.0
|
10 |
dnspython==2.3.0
|
11 |
numpy==1.25.1
|
12 |
+
Pillow==10.0.0
|
13 |
matplotlib==3.7.2
|
14 |
seaborn==0.12.2
|
15 |
wordcloud==1.9.2
|
16 |
advertools==0.13.3
|
17 |
tldextract==3.4.4
|
18 |
+
python-dateutil==2.8.2
|
|