Update requirements.txt
Browse files- requirements.txt +14 -15
requirements.txt
CHANGED
@@ -1,18 +1,17 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
streamlit-
|
|
|
3 |
requests==2.31.0
|
4 |
-
pandas==2.0
|
5 |
-
plotly==5.
|
6 |
-
httpx==0.
|
7 |
-
aiohttp==3.
|
8 |
beautifulsoup4==4.12.2
|
9 |
python-whois==0.8.0
|
10 |
-
dnspython==2.
|
11 |
-
numpy==1.
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
tldextract==3.4.4
|
18 |
-
python-dateutil==2.8.2
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
streamlit-lottie==0.0.5
|
3 |
+
streamlit-option-menu==0.3.12
|
4 |
requests==2.31.0
|
5 |
+
pandas==2.2.0
|
6 |
+
plotly==5.18.0
|
7 |
+
httpx==0.26.0
|
8 |
+
aiohttp==3.9.1
|
9 |
beautifulsoup4==4.12.2
|
10 |
python-whois==0.8.0
|
11 |
+
dnspython==2.6.0
|
12 |
+
numpy==1.26.3
|
13 |
+
selenium==4.17.2
|
14 |
+
webdriver-manager==4.0.1
|
15 |
+
Pillow==10.2.0
|
16 |
+
matplotlib==3.8.2
|
17 |
+
seaborn==0.13.1
|
|
|
|