Merge pull request #29 from AndreiDrang/dependabot/pip/aiohttp-3.5.1
Bump aiohttp from 3.5.0 to 3.5.1
This commit is contained in:
commit
5438cbe080
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.0',
|
'aiohttp==3.5.1',
|
||||||
'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