1 Commits
v0.1.8 ... main

Author SHA1 Message Date
c0dbc41312 fix(manifest): normalize optional module ids 2026-07-20 20:01:50 +02:00
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",
)