Skip to content

Commit

Permalink
use scapy official and deprecate scapy-3k
Browse files Browse the repository at this point in the history
  • Loading branch information
fportantier committed Sep 19, 2018
1 parent 0c8707f commit c38b259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[sdist_dsc]
depends: python3-bs4
depends: python3-bs4 python3-scapy
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='habu',
version='0.0.81',
version='0.0.82',
description='Python Network Hacking Toolkit',
long_description=readme,
long_description_content_type='text/markdown',
Expand All @@ -25,7 +25,8 @@
'regex',
'requests',
'requests-cache',
'scapy-python3',
#'scapy-python3',
'scapy',
'websockets',
],
tests_require=[
Expand Down

0 comments on commit c38b259

Please sign in to comment.