Skip to content

Commit

Permalink
add pyyaml dependency to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouter committed Sep 11, 2024
1 parent 6341098 commit 0d00d75
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 1 deletion.
90 changes: 90 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def install_for_development(self):
epicscorelibs.version.abi_requires(),
"pvxslibs>=1.2.4",
"numpy<2.0",
"epicsdbbuilder>=1.4"
"epicsdbbuilder>=1.4",
"pyyaml>=6.0"
],
zip_safe = False, # setuptools_dso is not compatible with eggs!
)

0 comments on commit 0d00d75

Please sign in to comment.