Canstralian commited on
Commit
b842892
1 Parent(s): c9c381b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -32
requirements.txt CHANGED
@@ -1,32 +1,12 @@
1
- # Web application framework
2
- streamlit==1.25.0 # Latest version as specified
3
-
4
- # Hugging Face Hub for model integration
5
- huggingface_hub==0.22.2 # As specified
6
-
7
- # Data visualization libraries
8
- matplotlib==3.8.0 # Latest version as specified
9
- plotly==5.17.0 # As specified
10
-
11
- # Data manipulation and analysis
12
- pandas==2.1.1 # Latest version as specified
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