From c38b259f5c5f56a6cc9f473bb40a7e1206f94809 Mon Sep 17 00:00:00 2001 From: Fabian Martinez Portantier Date: Wed, 19 Sep 2018 17:03:54 -0300 Subject: [PATCH] use scapy official and deprecate scapy-3k --- .setup.cfg | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.setup.cfg b/.setup.cfg index 1ff2e57..f29d03d 100644 --- a/.setup.cfg +++ b/.setup.cfg @@ -1,2 +1,2 @@ [sdist_dsc] -depends: python3-bs4 +depends: python3-bs4 python3-scapy diff --git a/setup.py b/setup.py index 1338024..f1f2eb1 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -25,7 +25,8 @@ 'regex', 'requests', 'requests-cache', - 'scapy-python3', + #'scapy-python3', + 'scapy', 'websockets', ], tests_require=[