mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-21 21:52:49 +00:00
parent
b70de0a628
commit
02515fc82d
@ -1,4 +1,4 @@
|
||||
# MIT licensed
|
||||
# Copyright (c) 2013-2021 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
__version__ = '2.4'
|
||||
__version__ = '2.5dev'
|
||||
|
5
setup.py
5
setup.py
@ -21,9 +21,11 @@ setup(
|
||||
zip_safe = True,
|
||||
|
||||
packages = find_namespace_packages(exclude=['tests', 'build*', 'docs*']),
|
||||
install_requires = ['setuptools', 'packaging', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'],
|
||||
install_requires = ['setuptools; python_version<"3.8"', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'],
|
||||
extras_require = {
|
||||
'vercmp': ['pyalpm'],
|
||||
'pypi': ['packaging'],
|
||||
'htmlparser': ['lxml'],
|
||||
},
|
||||
tests_require = [
|
||||
'pytest',
|
||||
@ -55,6 +57,7 @@ setup(
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: Internet",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: Software Development",
|
||||
|
Loading…
Reference in New Issue
Block a user