New version release
This commit is contained in:
parent
3485f36a83
commit
f04d3874a5
Binary file not shown.
4
setup.py
4
setup.py
|
@ -2,13 +2,13 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name = 'python3-anticaptcha',
|
||||
version = '1.1',
|
||||
version = '1.2',
|
||||
author = 'AndreiDrang, redV0ID',
|
||||
|
||||
packages = ['python3_anticaptcha'],
|
||||
install_requires = [
|
||||
'requests==2.21.0',
|
||||
'aiohttp==3.5.1',
|
||||
'aiohttp==3.5.3',
|
||||
'pika==0.12.0'
|
||||
],
|
||||
description = 'Python 3 AntiCaptcha library with AIO module.',
|
||||
|
|
Loading…
Reference in New Issue