feat: acquire immutable sanctions snapshots

This commit is contained in:
2026-07-29 18:46:53 +02:00
parent 27302f0c39
commit c5a43b3dae
10 changed files with 2093 additions and 9 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.14"]
dependencies = [
"defusedxml>=0.7,<1",
"govoplan-core>=0.1.14",
]
[tool.setuptools.packages.find]
where = ["src"]