1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00

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.
This commit is contained in:
Thomas Waldmann 2017-01-14 23:23:36 +01:00
parent e0094f78a1
commit 555c6a95e4

View file

@ -1,3 +1,5 @@
setuptools
pip
virtualenv<14.0
tox
pytest