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

Merge pull request #2060 from ThomasWaldmann/require-current-pip-setuptools

add pip and setuptools to requirements file, fixes #2030
TW преди 8 години
родител
ревизия
c716df4ce6
променени са 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