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:
Andrei 2018-12-24 13:29:44 +03:00 committed by GitHub
commit 242d67b211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.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.',