Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
db59e5a400
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
||||||
packages = ['python3_anticaptcha'],
|
packages = ['python3_anticaptcha'],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'requests==2.21.0',
|
'requests==2.21.0',
|
||||||
'aiohttp==3.5.3',
|
'aiohttp==3.5.4',
|
||||||
'pika==0.12.0'
|
'pika==0.12.0'
|
||||||
],
|
],
|
||||||
description = 'Python 3 Anti-Captcha service library with AIO module.',
|
description = 'Python 3 Anti-Captcha service library with AIO module.',
|
||||||
|
|
Loading…
Reference in New Issue