1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00
borg/requirements.d/development.txt
Thomas Waldmann 34b33d2706
remove twine from requirements
twine is only needed at release time, no need
for all developers or all test runs to install
this.

also, some requirement of twine needs a rust
compiler, so if there is no rust compiler,
automated runs will abort due to that.
2023-09-12 16:02:10 +02:00

13 lines
152 B
Text

setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm
pip
wheel
virtualenv
pkgconfig
tox
pytest
pytest-xdist
pytest-cov
pytest-benchmark
Cython
pre-commit