Просмотр исходного кода

setuptools 60.7.0 is incompatible with pyinstaller

... even after fixes there.
Thomas Waldmann 3 лет назад
Родитель
Сommit
209a9e786c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

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