Skip to content

Commit

Permalink
fix(deps): add jmespath to dependencies
Browse files Browse the repository at this point in the history
Closes: #38
  • Loading branch information
b1rger committed Nov 6, 2023
1 parent 69e945d commit 7a725ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 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 @@ -8,6 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
Django = ">=3.0"
jmespath = "^0.10.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 7a725ad

Please sign in to comment.