1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-31 11:42:05 +00:00
borg/requirements.d/development.txt
Thomas Waldmann 1407a2b2fb
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 17:05:02 +02:00

13 lines
162 B
Text

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