mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix pkg_resources dep checking
This commit is contained in:
parent
189847ffdc
commit
b46cea9dda
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue