|
@@ -33,5 +33,8 @@ setup( |
|
|
|
|
|
|
|
|
description='SOCKS proxy client for asyncio and aiohttp', |
|
|
description='SOCKS proxy client for asyncio and aiohttp', |
|
|
long_description=open("README.rst").read(), |
|
|
long_description=open("README.rst").read(), |
|
|
packages=['aiosocks'] |
|
|
|
|
|
|
|
|
packages=['aiosocks'], |
|
|
|
|
|
extras_require = { |
|
|
|
|
|
'dev': [ 'aiohttp<3.0.0>=2.3.2', 'coverage', 'pytest', ], |
|
|
|
|
|
}, |
|
|
) |
|
|
) |