Skip to content

Commit

Permalink
Add pyyaml (#1698)
Browse files Browse the repository at this point in the history
* Add pyyaml

* Don't bump other dependencies
  • Loading branch information
mmwinther authored Nov 16, 2023
1 parent c2487ae commit 65edaef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
28 changes: 7 additions & 21 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ openapi-spec-validator = { version = ">=0.2.8,<0.7.0", optional = true }
toml = { version = ">=0.10.0,<1.0.0", python = "<3.11" }
PySnooper = { version = ">=0.4.1,<2.0.0", optional = true }
httpx = { version = "*", optional = true }
pyyaml = ">=6.0.1"

[tool.poetry.group.dev.dependencies]
pytest = ">6.0"
Expand Down

0 comments on commit 65edaef

Please sign in to comment.