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

require setuptools>=45.0

the focal64 vagrant box otherwise runs into an issue,
because setuptools 44.x is installed and conflicts with
setuptools_scm wanting >=45.
Thomas Waldmann пре 4 година
родитељ
комит
0e9befb539
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

@@ -1,4 +1,4 @@
-setuptools
+setuptools>=45
 setuptools_scm
 pip
 virtualenv