Skip to content

Commit c124f49

Browse files
committed
Add PyYAML dependency
Apparently the tool that builds the release tarball isn't able to read the requirements.txt, so I have now two places where I have to specify the dependencies. Can I just remove requirements.txt? No idea.
1 parent 381c0f0 commit c124f49

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
@@ -22,3 +22,5 @@ package_dir =
2222
packages = yamlcore
2323
python_requires = >=3.6
2424

25+
install_requires =
26+
PyYAML

0 commit comments

Comments
 (0)