1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-28 02:03:20 +00:00

remove raven (#1341)

* remove raven

* remove raven README
This commit is contained in:
Alex Xu
2026-05-14 22:04:20 -07:00
committed by GitHub
parent 401876da22
commit 1af24b394f
8 changed files with 0 additions and 16 deletions
-4
View File
@@ -122,10 +122,6 @@ def dependencyCheck(level):
missing.append('PySide 6.0.0')
except ImportError:
missing.append('PySide 6.0.0+')
try:
import raven
except ImportError:
missing.append('raven 6.0.0+')
if level > 1:
try:
from psutil import __version__ as psutilVersion