Merge pull request #33 from AndreiDrang/dependabot/pip/aiohttp-3.5.4

Bump aiohttp from 3.5.3 to 3.5.4
This commit is contained in:
Andrei 2019-01-14 18:12:06 +03:00 committed by GitHub
commit a0b7aad77f
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'],
install_requires = [
'requests==2.21.0',
'aiohttp==3.5.3',
'aiohttp==3.5.4',
'pika==0.12.0'
],
description = 'Python 3 Anti-Captcha service library with AIO module.',