Browse Source

setuptools 60.7.0 is incompatible with pyinstaller

... even after fixes there.
Thomas Waldmann 3 years ago
parent
commit
209a9e786c
1 changed files with 1 additions and 1 deletions
  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