mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 22:10:10 +08:00
[pyinstaller] Update to 6.18.* (#15279)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "6.17.*"
|
||||
version = "6.18.*"
|
||||
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
|
||||
|
||||
@@ -2,8 +2,6 @@ from _typeshed import StrPath
|
||||
|
||||
from PyInstaller.building.datastruct import Target, _TOCTuple
|
||||
|
||||
splash_requirements: list[str]
|
||||
|
||||
# Referenced in https://pyinstaller.org/en/stable/spec-files.html#example-merge-spec-file
|
||||
# Not to be imported during runtime, but is the type reference for spec files which are executed as python code
|
||||
class Splash(Target):
|
||||
|
||||
Reference in New Issue
Block a user