Skip to content

Commit

Permalink
Add jinja2 as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Jul 3, 2024
1 parent 2c3926f commit 948d84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cosl = "^0.0.12"
pydantic = "^1.10.17"
poetry-core = "^1.9.0"
pyOpenSSL = "^24.1.0"
jinja2 = "^3.1.4"

[tool.poetry.group.charm-libs.dependencies]
# data_platform_libs/v0/data_interfaces.py
Expand Down Expand Up @@ -61,7 +62,6 @@ pytest = "^8.2.2"
pytest-asyncio = "*"
parameterized = "^0.9.0"
jsonschema = "^4.22.0"
jinja2 = "^3.1.4"

[tool.poetry.group.integration]
optional = true
Expand Down

0 comments on commit 948d84e

Please sign in to comment.