mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +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",
|
||||
"asyncio",
|
||||
"packaging", # needed for linux
|
||||
"packaging.specifiers",
|
||||
"appdirs",
|
||||
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
|
||||
]
|
||||
|
@ -1,5 +1,5 @@
|
||||
setuptools==53.1.0
|
||||
cx_Freeze==5.0.2
|
||||
setuptools==40.8.0
|
||||
cx_Freeze==5.1.1
|
||||
requests==2.25.1
|
||||
packaging==20.9
|
||||
appdirs==1.4.4
|
||||
|
Loading…
Reference in New Issue
Block a user