mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
parent
b70de0a628
commit
3fdb2ee9d4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setup(
|
|||
zip_safe = True,
|
||||
|
||||
packages = find_namespace_packages(exclude=['tests', 'build*', 'docs*']),
|
||||
install_requires = ['setuptools', 'packaging', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'],
|
||||
install_requires = ['packaging', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'],
|
||||
extras_require = {
|
||||
'vercmp': ['pyalpm'],
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue