add wheel to dev requirements

looks like tox prefers to have it in the host
environment.
This commit is contained in:
Thomas Waldmann 2023-05-16 14:30:34 +02:00
parent efc69eab80
commit 7bcc4ec884
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
setuptools==67.3.3
setuptools-scm==7.1.0
pip==23.0.1
wheel==0.40.0
virtualenv==20.19.0
pkgconfig==1.5.5
tox==4.0.19

View File

@ -1,6 +1,7 @@
setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm
pip
wheel
virtualenv
pkgconfig
tox