diff --git a/requirements.txt b/requirements.txt index dc13677b..b5095a85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,18 +4,9 @@ # # pip-compile --output-file requirements.txt setup.py # -certifi==2019.6.16 # via requests chardet==3.0.4 -click-plugins==1.1.1 # via shodan -click==7.0 # via click-plugins, shodan -colorama==0.4.1 # via shodan configparser==3.5.0 future==0.17.1 -idna==2.8 # via requests pycurl==7.43.0.2 pyparsing==2.3.0 -requests==2.22.0 # via shodan -shodan==1.13.0 six==1.11.0 -urllib3==1.25.3 # via requests -xlsxwriter==1.1.8 # via shodan diff --git a/setup.py b/setup.py index 99374216..d4bdf94d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ 'six', 'configparser;python_version<"3.5"', 'chardet', - 'shodan', ] if sys.platform.startswith("win"):