Merge remote-tracking branch 'origin/master'

This commit is contained in:
Andrei 2019-01-19 00:08:16 +03:00
commit db59e5a400
1 changed files with 1 additions and 1 deletions

View File

@ -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.',