Selaa lähdekoodia

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 vuotta sitten
vanhempi
sitoutus
0e9befb539
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

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