Skip to content

Commit

Permalink
Add explicit dependency on PyYAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 9, 2024
1 parent 5416adc commit 4ec92c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/619-antsibull-fileutils.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
minor_changes:
- "Add dependency on antsibull-fileutils. Some functionality from antsibull-core is moving there, so we can use it from there directly
(https://github.com/ansible-community/antsibull/pull/619)."
bugfixes:
- "Add explicit dependency on PyYAML, since we directly use it
(https://github.com/ansible-community/antsibull/pull/619)."
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [
"aiofiles",
"aiohttp >= 3.0.0",
"twiggy",
"pyyaml",
# We rely on deprecated features to maintain compat btw. pydantic v1 and v2
"pydantic < 3",
# pydantic already pulls it in, but we use it for TypedDict
Expand Down

0 comments on commit 4ec92c3

Please sign in to comment.