refactor(poll): implement core participation contract

This commit is contained in:
2026-07-22 03:21:08 +02:00
parent eb003208e4
commit 38ecff60a5
4 changed files with 58 additions and 251 deletions

View File

@@ -11,7 +11,7 @@ requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.9",
"govoplan-core>=0.1.10",
]
[tool.setuptools.packages.find]