Update library version; Add requests session.close()
This commit is contained in:
parent
0cdb7c7969
commit
d0bbf26333
Binary file not shown.
Binary file not shown.
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ URL = "https://github.com/AndreiDrang/python3-anticaptcha"
|
|||
EMAIL = "drang.andray@gmail.com"
|
||||
AUTHOR = "AndreiDrang, redV0ID"
|
||||
REQUIRES_PYTHON = ">=3.6.0"
|
||||
VERSION = "1.2.5"
|
||||
VERSION = "1.2.6"
|
||||
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.1"]
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
|
Loading…
Reference in New Issue