Skip to content

Commit

Permalink
build(pyproject.toml): add multidict dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-reetz committed May 26, 2024
1 parent a78d339 commit 73f3f54
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 1 deletion.
101 changes: 100 additions & 1 deletion 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 @@ -27,6 +27,7 @@ packages = [{include = "cap_tools", from = "src"}]
[tool.poetry.dependencies]
python = "^3.10"
xsdata = "^24.4"
multidict = "^6.0.5"

[tool.poetry.group.dev.dependencies]
mypy = "^1.10.0"
Expand Down

0 comments on commit 73f3f54

Please sign in to comment.