浏览代码

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.
Thomas Waldmann 8 年之前
父节点
当前提交
555c6a95e4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      requirements.d/development.txt

+ 2 - 0
requirements.d/development.txt

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