fix(manifest): normalize optional module ids

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent 4053858a10
commit c0dbc41312
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ Expected optional integrations:
- grants
- assets
- files
- forms-runtime
- forms_runtime
- tasks
## Development Install

View File

@@ -27,7 +27,7 @@ Inspection workflows for site visits, checklists, findings, measures, deadlines,
- grants
- assets
- files
- forms-runtime
- forms_runtime
- tasks
## Seed State

View File

@@ -15,7 +15,7 @@ OPTIONAL_DEPENDENCIES = (
"grants",
"assets",
"files",
"forms-runtime",
"forms_runtime",
"tasks",
)