Skip to content

Commit

Permalink
Jinja version
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-wolflein committed Oct 30, 2023
1 parent 18784f0 commit a73797d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 105 deletions.
112 changes: 8 additions & 104 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ pyyaml = "^6.0.1"
sphinx = { version = "^3.4.1", optional = true }
sphinx-rtd-theme = { version = "^0.5.0", optional = true }
m2r2 = { version = "^0.2.7", optional = true }
Jinja2 = { version = "<3.1", optional = true }

[tool.poetry.dev-dependencies]
autopep8 = "^1.5.4"
pytest = "^6.1.2"
pylint = "^2.6.0"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-rtd-theme", "m2r2"]
docs = ["sphinx", "sphinx-rtd-theme", "m2r2", "Jinja2"]

[tool.poetry-version-plugin]
source = "init"
Expand Down

0 comments on commit a73797d

Please sign in to comment.