mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-14 21:18:06 +00:00
Removing raven dependencies
This commit is contained in:
@ -277,13 +277,11 @@ def build_command(arguments):
|
||||
]
|
||||
|
||||
excludes = [
|
||||
"raven.deprecation", # reported problem in raven package (6.4.0)
|
||||
"distutils", # issue on macOS
|
||||
"tkinter", # issue on Windows
|
||||
]
|
||||
|
||||
packages = [
|
||||
"raven",
|
||||
"psutil",
|
||||
"asyncio",
|
||||
"packaging", # needed for linux
|
||||
|
Reference in New Issue
Block a user