From 88c3e1bb282764118a6362cab6f95202cdc5f95d Mon Sep 17 00:00:00 2001 From: MrBotCipher <32300516+RAJANAGORI@users.noreply.github.com> Date: Fri, 25 Nov 2022 20:11:08 +0530 Subject: [PATCH] Update to urllib3 1.26.13 Module version is required urllib3 1.26.13 but it is installing non-dependent module version urllib3 2.0.0a2 ``` error: urllib3 2.0.0a2 is installed but urllib3<1.27,>=1.21.1 is required by {'requests'} ``` --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")