mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
add wheel to dev requirements
looks like tox prefers to have it in the host environment.
This commit is contained in:
parent
efc69eab80
commit
7bcc4ec884
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
setuptools==67.3.3
|
setuptools==67.3.3
|
||||||
setuptools-scm==7.1.0
|
setuptools-scm==7.1.0
|
||||||
pip==23.0.1
|
pip==23.0.1
|
||||||
|
wheel==0.40.0
|
||||||
virtualenv==20.19.0
|
virtualenv==20.19.0
|
||||||
pkgconfig==1.5.5
|
pkgconfig==1.5.5
|
||||||
tox==4.0.19
|
tox==4.0.19
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
setuptools >=45, !=60.6.0, !=60.7.0
|
setuptools >=45, !=60.6.0, !=60.7.0
|
||||||
setuptools_scm
|
setuptools_scm
|
||||||
pip
|
pip
|
||||||
|
wheel
|
||||||
virtualenv
|
virtualenv
|
||||||
pkgconfig
|
pkgconfig
|
||||||
tox
|
tox
|
||||||
|
|
Loading…
Reference in a new issue