From 374f35421175a497256ff025943ee0563ded49c5 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 30 Oct 2017 15:01:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d10cbe..60c95c8 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,13 @@ from setuptools import setup setup( name='python3-anticaptcha', - version='0.6', + version='0.7', author='AndreiDrang, redV0ID', packages=['python3_anticaptcha'], install_requires=[ 'requests>=2.18', + 'aiohttp>=2.3' ], description='Python 3 AntiCaptcha library.', url='https://github.com/AndreiDrang/python3-anticaptcha',