Update depends logic. Upd lib version.
This commit is contained in:
parent
0937370a2d
commit
ae1d4b55da
|
@ -18,3 +18,4 @@ __pycache__/
|
|||
dist/
|
||||
|
||||
env/
|
||||
venv/
|
4
setup.py
4
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__))
|
||||
|
||||
|
|
Loading…
Reference in New Issue