Преглед на файлове

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