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
1 changed files with 2 additions and 0 deletions

View File

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