1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-28 10:49:16 +00:00
borg/requirements.d/development.txt
Thomas Waldmann 555c6a95e4 add pip and setuptools to requirements file, fixes #2030
sometimes the system pip/setuptools is rather old and causes
warnings or malfunctions in the primary virtual env.
2017-01-14 23:23:36 +01:00

9 lines
90 B
Text

setuptools
pip
virtualenv<14.0
tox
pytest
pytest-xdist
pytest-cov
pytest-benchmark
Cython