Switch to PyInstaller master branch

Closes #7258
This commit is contained in:
Florian Bruhin 2022-06-20 10:51:05 +02:00
parent 5b3585805e
commit c8378d0872
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
altgraph==0.17.2
# FIXME:qt6 switch back to release
git+https://github.com/the-compiler/pyinstaller@qt6-webengine-macos
git+https://github.com/pyinstaller/pyinstaller
pyinstaller-hooks-contrib==2022.8

View File

@ -84,7 +84,7 @@
"Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md",
"pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst",
"pytest-qt": "https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst",
"git+https://github.com/the-compiler/pyinstaller@qt6-webengine-macos": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html",
"git+https://github.com/pyinstaller/pyinstaller": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html",
"pyinstaller-hooks-contrib": "https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst",
"pytest-benchmark": "https://pytest-benchmark.readthedocs.io/en/stable/changelog.html",
"typed-ast": "https://github.com/python/typed_ast/commits/master",