Преглед изворни кода

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