mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 16:09:55 +00:00
Merge pull request #895 from GNS3/Upgrade-Sentry-SDK
Upgrade sentry SDK
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