fix pkg_resources dep checking

This commit is contained in:
lilydjwg 2017-07-09 08:48:52 +08:00
parent 189847ffdc
commit b46cea9dda

View File

@ -18,7 +18,7 @@ setup(
zip_safe = True,
packages = find_packages(exclude=["tests"]),
install_requires = ['aiohttp', 'setuptools'],
install_requires = ['setuptools'],
tests_require = [
'pytest',
'pytest-asyncio',