Изменение версии и добавление зависимости

This commit is contained in:
Andrei 2017-10-30 15:01:41 +03:00
parent 366086b710
commit 374f354211
1 changed files with 2 additions and 1 deletions

View File

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