Browse Source

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 năm trước cách đây
mục cha
commit
0e9befb539
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

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