updated Docker build

This commit is contained in:
2024-08-15 11:23:42 +08:00
parent ef8da4e6cc
commit 49a9bad07f
7 changed files with 174 additions and 29 deletions

View File

@@ -31,6 +31,11 @@ dependencies = [
"zope.interface"
]
[project.optional-dependencies]
dev = [
"build", "pip-tools", "mypy", "ipdb"
]
[tool.setuptools.package-data]
md2html = ['static/*']