Avoid PyInstaller 5.0
See https://github.com/pyinstaller/pyinstaller/issues/6759 Follow-up to #7129
This commit is contained in:
parent
1333bc90d6
commit
d98314799a
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==5.0
|
||||
pyinstaller==4.10
|
||||
pyinstaller-hooks-contrib==2022.4
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
PyInstaller
|
||||
PyInstaller != 5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue