Skip to content

Commit 6fb6943

Browse files
committed
update dependencies
1 parent 2c80560 commit 6fb6943

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pyshark
2-
argparse
32

43
# Build doc
54
sphinx

Diff for: setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
],
3030

3131
install_requires=[
32-
"pyshark",
33-
"argparse",
34-
"argcomplete"
32+
"pyshark"
3533
],
3634

3735
entry_points={

0 commit comments

Comments
 (0)