Skip to content

Commit bf89dc4

Browse files
author
Joel Collins
committed
Added explicit YAML import
1 parent 2a3db00 commit bf89dc4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

poetry.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ apispec = "^3.2.0"
2020
flask-cors = "^3.0.8"
2121
zeroconf = ">=0.24.5,<0.29.0"
2222
apispec_webframeworks = "^0.5.2"
23+
# This may a Poetry bug, but somehow yaml isn't being installed by
24+
# apispec_webframeworks. This just ensures it gets added.
25+
# See https://gitlab.com/openflexure/openflexure-microscope-server/-/issues/177
26+
pyyaml = "^5.3.1"
2327

2428
[tool.poetry.dev-dependencies]
2529
pytest = "^6.0"

0 commit comments

Comments
 (0)