add hatch

This commit is contained in:
Marc Beninca 2024-08-19 17:02:06 +02:00
parent bf7da671dc
commit 2576b0eba1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -59,6 +59,7 @@ def install_python_packages() -> None:
run("pip", "install", "--upgrade", "pip")
split()
packages = [
"hatch",
"mypy",
"pelican",
"pytest",