构建:requirements添加pyinstaller
This commit is contained in:
parent
5cdf9d752f
commit
8ed883202b
2 changed files with 18 additions and 0 deletions
|
@ -2,3 +2,4 @@ pywebview==5.1
|
|||
requests==2.32.3
|
||||
py7zr==0.22.0
|
||||
pydantic==2.10.3
|
||||
pyinstaller==6.11.1
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#
|
||||
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
altgraph==0.17.4
|
||||
# via pyinstaller
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
bottle==0.13.2
|
||||
|
@ -26,6 +28,12 @@ inflate64==1.0.0
|
|||
# via py7zr
|
||||
multivolumefile==0.2.3
|
||||
# via py7zr
|
||||
packaging==24.2
|
||||
# via
|
||||
# pyinstaller
|
||||
# pyinstaller-hooks-contrib
|
||||
pefile==2023.2.7
|
||||
# via pyinstaller
|
||||
proxy-tools==0.1.0
|
||||
# via pywebview
|
||||
psutil==6.1.0
|
||||
|
@ -42,12 +50,18 @@ pydantic==2.10.3
|
|||
# via -r requirements.in
|
||||
pydantic-core==2.27.1
|
||||
# via pydantic
|
||||
pyinstaller==6.11.1
|
||||
# via -r requirements.in
|
||||
pyinstaller-hooks-contrib==2024.11
|
||||
# via pyinstaller
|
||||
pyppmd==1.1.0
|
||||
# via py7zr
|
||||
pythonnet==3.0.5
|
||||
# via pywebview
|
||||
pywebview==5.1
|
||||
# via -r requirements.in
|
||||
pywin32-ctypes==0.2.3
|
||||
# via pyinstaller
|
||||
pyzstd==0.16.2
|
||||
# via py7zr
|
||||
requests==2.32.3
|
||||
|
@ -61,3 +75,6 @@ typing-extensions==4.12.2
|
|||
# pywebview
|
||||
urllib3==2.2.3
|
||||
# via requests
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
|
|
Loading…
Add table
Reference in a new issue