mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 11:07:27 +00:00
update setup.py so that users can pip install nvchecker without other steps
This commit is contained in:
parent
c537cf20fc
commit
00f7dccb39
5
setup.py
5
setup.py
@ -18,7 +18,10 @@ setup(
|
||||
zip_safe = False,
|
||||
|
||||
packages = find_packages(exclude=["tests"]),
|
||||
install_requires = ['setuptools', 'structlog'],
|
||||
install_requires = ['setuptools', 'structlog', 'tornado>=5', 'pycurl'],
|
||||
extras_require = {
|
||||
'vercmp': ['pyalpm'],
|
||||
},
|
||||
tests_require = [
|
||||
'pytest',
|
||||
'pytest-asyncio',
|
||||
|
Loading…
Reference in New Issue
Block a user