mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-29 15:29:50 +00:00
Use cx_Freeze v5.1.1
This commit is contained in:
parent
b0e197dbbd
commit
bc45a1bea9
@ -287,7 +287,6 @@ def build_command(arguments):
|
|||||||
"psutil",
|
"psutil",
|
||||||
"asyncio",
|
"asyncio",
|
||||||
"packaging", # needed for linux
|
"packaging", # needed for linux
|
||||||
"packaging.specifiers",
|
|
||||||
"appdirs",
|
"appdirs",
|
||||||
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
|
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
|
||||||
]
|
]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
setuptools==53.1.0
|
setuptools==40.8.0
|
||||||
cx_Freeze==5.0.2
|
cx_Freeze==5.1.1
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
packaging==20.9
|
packaging==20.9
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user