build: make cerberus dependency optional

This commit is contained in:
2024-09-03 13:06:24 +03:00
parent f7a50e5294
commit f43ee2fd1d
7 changed files with 53 additions and 13 deletions

View File

@ -17,7 +17,6 @@ authors = [
]
dependencies = [
"cerberus",
"inflection",
"passlib",
"pyelftools",
@ -74,6 +73,9 @@ tests = [
"pytest-resource-path",
"pytest-spec",
]
validator = [
"cerberus",
]
web = [
"Jinja2",
"aioauth-client",