From ae1d4b55da002cf7737a45bd3acc8da528a018c6 Mon Sep 17 00:00:00 2001 From: Andrei D Date: Sun, 3 Jan 2021 01:55:52 +0300 Subject: [PATCH] Update depends logic. Upd lib version. --- .gitignore | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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__))