Cleanup dependencies

* setuptools is no longer needed after 606b3f65fb
This commit is contained in:
Chih-Hsuan Yen 2021-07-29 11:46:27 +08:00
parent b70de0a628
commit 3fdb2ee9d4
No known key found for this signature in database
GPG key ID: F98EF2A7B0A098AE

View file

@ -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'],
},