Skip to content

Commit 981f76e

Browse files
committed
dev: add pyyaml and click as dependencies
1 parent 931c8a7 commit 981f76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ zipsafe = False
2121

2222
python_requires = >=3.9
2323
install_requires =
24+
click
2425
griffe
2526
plum-dispatch<2.0.0;python_version<'3.10'
2627
plum-dispatch;python_version>='3.10'
@@ -29,6 +30,7 @@ install_requires =
2930
importlib-metadata>=5.1.0
3031
importlib-resources>=5.10.2
3132
pydantic<2.0
33+
pyyaml
3234
typing-extensions>=4.4.0
3335

3436

0 commit comments

Comments
 (0)