Spaces:
Runtime error
Runtime error
Canstralian
commited on
Commit
•
b842892
1
Parent(s):
c9c381b
Update requirements.txt
Browse files- requirements.txt +12 -32
requirements.txt
CHANGED
@@ -1,32 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
numpy==1.25.2 # As specified
|
14 |
-
|
15 |
-
# Network analysis
|
16 |
-
networkx==3.1 # As specified
|
17 |
-
|
18 |
-
# Networking and security libraries
|
19 |
-
scapy==2.5.0 # As specified
|
20 |
-
python-nmap==0.7.1 # As specified
|
21 |
-
|
22 |
-
# HTTP requests library
|
23 |
-
requests==2.31.0 # As specified
|
24 |
-
|
25 |
-
# Subdomain enumeration tool
|
26 |
-
git+https://github.com/aboul3la/Sublist3r.git # Clone from GitHub
|
27 |
-
|
28 |
-
# Environment variable management
|
29 |
-
python-dotenv==1.0.0 # Ensure to load .env files
|
30 |
-
|
31 |
-
# Dask for parallel computing (if applicable)
|
32 |
-
dask==2023.4.0 # For data processing and handling larger datasets
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
huggingface_hub==0.22.2
|
3 |
+
plotly==5.17.0
|
4 |
+
pandas==2.1.1
|
5 |
+
numpy==1.25.2
|
6 |
+
scapy==2.5.0
|
7 |
+
python-nmap==0.7.1
|
8 |
+
requests==2.31.0
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
dask==2023.4.0
|
11 |
+
networkx==3.1
|
12 |
+
git+https://github.com/aboul3la/Sublist3r.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|