Move wheel as dev dependency

This commit is contained in:
Étienne BERSAC 2022-07-11 15:02:05 +02:00
parent 0148ca9c50
commit cd1461c66d
No known key found for this signature in database
GPG key ID: 95997557AD5A6DBF

View file

@ -38,7 +38,6 @@ setup(
keywords="patroni nagios check",
python_requires=">=3.6",
install_requires=[
"wheel",
"attrs >= 17, !=21.1",
"urllib3 >= 1.26.6",
"nagiosplugin >= 1.3.2",
@ -46,6 +45,7 @@ setup(
],
extras_require={
"dev": [
"wheel",
"black",
"check-manifest",
"flake8",