Merge pull request #28 from AndreiDrang/dependabot/pip/aiohttp-3.5.0
Bump aiohttp from 3.4.4 to 3.5.0
This commit is contained in:
commit
242d67b211
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.4.4',
|
'aiohttp==3.5.0',
|
||||||
'pika==0.12.0'
|
'pika==0.12.0'
|
||||||
],
|
],
|
||||||
description = 'Python 3 AntiCaptcha library with AIO module.',
|
description = 'Python 3 AntiCaptcha library with AIO module.',
|
||||||
|
|
Loading…
Reference in New Issue