Core: Improve speed to JSONSchema validation

This commit is contained in:
Mike Auty
2025-01-09 17:12:27 +00:00
parent a98a23fa41
commit 0860441c2f
3 changed files with 15 additions and 6 deletions
+1 -2
View File
@@ -33,10 +33,9 @@ cloud = [
dev = [
"volatility3[full,cloud]",
"jsonschema>=4.23.0,<5",
"fastjsonschema>=2.21.1,<3",
"pyinstaller>=6.11.0,<7",
"pyinstaller-hooks-contrib>=2024.9",
"types-jsonschema>=4.23.0,<5",
]
test = [