Update depends logic. Upd lib version.

This commit is contained in:
Andrei D 2021-01-03 01:55:52 +03:00
parent 0937370a2d
commit ae1d4b55da
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ __pycache__/
dist/
env/
venv/

View File

@ -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__))