Skip to content

Commit 4c86044

Browse files
authored
Merge pull request #17 from python-project-templates/tkp/deps
fix deps
2 parents 2a4528a + eb2fdab commit 4c86044

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ classifiers = [
3030
"Programming Language :: Python :: 3.13",
3131
]
3232

33-
dependencies = []
33+
dependencies = [
34+
"hatchling>=1.20",
35+
"pydantic",
36+
]
3437

3538
[project.optional-dependencies]
3639
develop = [

0 commit comments

Comments
 (0)