Skip to content

Commit 41e2609

Browse files
Merge pull request #16 from ProjectZeroDays/connect-modules-dashboards
Add `panel` to the list of dependencies in `requirements.txt`
2 parents 9e0a627 + a6dedb9 commit 41e2609

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

requirements.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
tk
2+
tkinter
3+
os
4+
subprocess
5+
re
6+
shodan
7+
python-nmap
8+
logging
9+
json
10+
requests
11+
cryptography
12+
panel
13+
torch==1.12.1
114
torch==2.2.0
215
uvicorn==0.18.2
316
fastapi==0.92.0
@@ -40,4 +53,4 @@ beautifulsoup4
4053
requests
4154
numpydoc
4255
streamlit
43-
plotly
56+
plotly

0 commit comments

Comments
 (0)