From a7c23ca1367c316473d650b6fa98a57a6b0cddbf Mon Sep 17 00:00:00 2001 From: witchdocsec <107813117+witchdocsec@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:41:25 +0100 Subject: [PATCH] Add files via upload --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 656a544..0e8d616 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ here = os.path.abspath(os.path.dirname(__file__)) with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '0.0.11' +VERSION = '0.0.12' DESCRIPTION = 'Generate csv or jsons with ip info' LONG_DESCRIPTION = 'Given a list of ips massiprecon will find location and provider info etc and write them to a csv or json' @@ -20,7 +20,7 @@ setup( long_description_content_type="text/markdown", long_description=long_description, packages=['massiprecon'], - install_requires=['argparse'], + install_requires=['argparse','advocate'], keywords=['python', 'hack', 'osint', 'recon', 'data', 'api', 'ip'], classifiers=[ "Development Status :: 5 - Production/Stable",