Setup MessageModerator as Docker build

refs #28
This commit is contained in:
Thomas Peetz
2025-07-16 16:04:33 +02:00
parent 0d99f383fb
commit e2ff26f6bf
10 changed files with 258 additions and 9 deletions
@@ -0,0 +1,16 @@
[project]
name = "kontor-domain"
version = "0.2.0"
description = "Example setup of DDD"
readme = "README.md"
authors = [
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
]
maintainers = [
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
]
requires-python = ">=3.13"
dependencies = [
"python-qpid-proton>=0.40.0",
]