Merge pull request #895 from GNS3/Upgrade-Sentry-SDK

Upgrade sentry SDK
This commit is contained in:
piotrpekala7
2020-07-06 14:33:08 +02:00
committed by GitHub
10 changed files with 76 additions and 88 deletions

View File

@ -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