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:
parent
e0094f78a1
commit
555c6a95e4
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
setuptools
|
||||
pip
|
||||
virtualenv<14.0
|
||||
tox
|
||||
pytest
|
||||
|
|
Loading…
Reference in a new issue