Update requirements.txt
Browse files- requirements.txt +31 -6
requirements.txt
CHANGED
@@ -1,8 +1,33 @@
|
|
1 |
-
|
|
|
2 |
streamlit-lottie==0.0.5
|
3 |
-
streamlit-option-menu==0.3.
|
4 |
-
|
5 |
-
|
6 |
-
plotly==5.15.0
|
7 |
-
pandas==2.1.2
|
8 |
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Web Framework
|
2 |
+
streamlit==1.31.0
|
3 |
streamlit-lottie==0.0.5
|
4 |
+
streamlit-option-menu==0.3.12
|
5 |
+
|
6 |
+
# HTTP Clients
|
|
|
|
|
7 |
requests==2.31.0
|
8 |
+
httpx==0.26.0
|
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 |
+
numpy==1.26.3
|
24 |
+
|
25 |
+
# Web Scraping & Browser Automation
|
26 |
+
selenium==4.16.0
|
27 |
+
webdriver-manager==4.0.1
|
28 |
+
fake-useragent==1.4.0
|
29 |
+
Pillow==10.1.0
|
30 |
+
|
31 |
+
# Utilities
|
32 |
+
python-dateutil==2.8.2
|
33 |
+
tldextract==5.1.1
|