[chore] add jinja2
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
SouthFox 2023-07-30 20:57:44 +08:00
parent 6268e42ee5
commit 5e383d62f1
2 changed files with 19 additions and 1 deletions

19
poetry.lock generated
View file

@ -568,6 +568,23 @@ files = [
{file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"}, {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"},
] ]
[[package]]
name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
files = [
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
]
[package.dependencies]
MarkupSafe = ">=2.0"
[package.extras]
i18n = ["Babel (>=2.7)"]
[[package]] [[package]]
name = "loguru" name = "loguru"
version = "0.6.0" version = "0.6.0"
@ -1480,4 +1497,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "9c3fc262fae41c208d4cfa90ef3e881d6985032c22e01fe1a4e1503afb228b6b" content-hash = "20511225bc59da52c307659341e0052e7505a3157cd76fb24bddcaac2989fbf5"

View file

@ -23,6 +23,7 @@ invoke = "^2.0.0"
cffi = "^1.15.1" cffi = "^1.15.1"
pyld = "^2.0.3" pyld = "^2.0.3"
requests = "^2.28.2" requests = "^2.28.2"
jinja2 = "^3.1.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]