소스 검색

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