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 - grants
- assets - assets
- files - files
- forms-runtime - forms_runtime
- tasks - tasks
## Development Install ## Development Install

View File

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

View File

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