Update requirements.txt
Browse files- requirements.txt +13 -28
requirements.txt
CHANGED
@@ -1,33 +1,18 @@
|
|
1 |
-
|
2 |
-
streamlit==1.31.0
|
3 |
streamlit-lottie==0.0.5
|
4 |
-
streamlit-option-menu==0.3.
|
5 |
-
|
6 |
-
# HTTP Clients
|
7 |
requests==2.31.0
|
8 |
-
|
9 |
-
aiohttp==3.9.1
|
10 |
-
requests-html==0.10.0
|
11 |
-
|
12 |
-
# HTML Parsing
|
13 |
-
beautifulsoup4==4.12.2
|
14 |
-
lxml==4.9.3
|
15 |
-
|
16 |
-
# Domain & DNS Analysis
|
17 |
-
python-whois==0.8.0
|
18 |
-
dnspython==2.5.0
|
19 |
-
|
20 |
-
# Data Analysis & Visualization
|
21 |
-
pandas==2.1.4
|
22 |
plotly==5.18.0
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
27 |
webdriver-manager==4.0.1
|
|
|
|
|
|
|
28 |
fake-useragent==1.4.0
|
29 |
-
|
30 |
-
|
31 |
-
# Utilities
|
32 |
-
python-dateutil==2.8.2
|
33 |
-
tldextract==5.1.1
|
|
|
1 |
+
streamlit==1.32.0
|
|
|
2 |
streamlit-lottie==0.0.5
|
3 |
+
streamlit-option-menu==0.3.2
|
|
|
|
|
4 |
requests==2.31.0
|
5 |
+
pandas==2.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
plotly==5.18.0
|
7 |
+
httpx==0.27.0
|
8 |
+
aiohttp==3.9.3
|
9 |
+
beautifulsoup4==4.12.3
|
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
|
|
|
|
|
|
|
|