diff --git a/.gitignore b/.gitignore index 8a68161..a410834 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ __pycache__/ dist/ env/ +venv/ \ No newline at end of file diff --git a/setup.py b/setup.py index 036b813..17a55c3 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ URL = "https://github.com/AndreiDrang/python3-anticaptcha" EMAIL = "drang.andray@gmail.com" AUTHOR = "AndreiDrang, redV0ID" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "1.7" -REQUIRED = ["requests==2.23.0", "aiohttp==3.7.2", "pika==1.1.0"] +VERSION = "1.7.1" +REQUIRED = ["requests>=2.21.0", "aiohttp==3.*", "pika==1.*"] here = os.path.abspath(os.path.dirname(__file__))