add hatch
This commit is contained in:
parent
bf7da671dc
commit
2576b0eba1
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ def install_python_packages() -> None:
|
||||||
run("pip", "install", "--upgrade", "pip")
|
run("pip", "install", "--upgrade", "pip")
|
||||||
split()
|
split()
|
||||||
packages = [
|
packages = [
|
||||||
|
"hatch",
|
||||||
"mypy",
|
"mypy",
|
||||||
"pelican",
|
"pelican",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
|
Loading…
Reference in a new issue