diff --git a/setup.py b/setup.py index dfd25dc..efe6aad 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ author="BhavKaran (bhavsec.com)", author_email="bhavsec@gmail.com", license="GPL-3.0", - install_requires=["shodan", "requests", "prompt_toolkit","wget","beautifulsoup4","click","urllib3","IP2proxy","wget","paramiko","h8mail","nmap","pythonping","whois","gmplot","pillow","lxml","tweepy"], + install_requires=["shodan", "requests", "prompt_toolkit","wget","beautifulsoup4","click","urllib3=1.26.13","IP2proxy","wget","paramiko","h8mail","nmap","pythonping","whois","gmplot","pillow","lxml","tweepy"], console=["reconspider.py"], ) @@ -59,4 +59,4 @@ print("\nInstallation Successfull") print("\n\nNote: APIs included in ReconSpider are FREE and having limited & restricted usage per month, Please update the current APIs with New APIs in setup.py file, and re-install once done.") -print("\nWarning: Not updating the APIs can result in not showing the expected output or it may show errors.") \ No newline at end of file +print("\nWarning: Not updating the APIs can result in not showing the expected output or it may show errors.")