Skip to content

Commit eb2fdab

Browse files
committed
fix deps
1 parent 2a4528a commit eb2fdab

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)