aboutsummaryrefslogtreecommitdiffstats
path: root/poetry.lock
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-19 03:12:47 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-19 03:12:47 +0100
commit09f9434d077a335dfd66ccb2830de5a172a99385 (patch)
tree29132a7fab21c2c374119a299f75bc37fa9226b4 /poetry.lock
parentCorrect numbskull typing (diff)
Add jinja2 and templates
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock19
1 files changed, 18 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock
index d98419f..66c5265 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -763,6 +763,23 @@ test = ["async-timeout", "pytest", "pytest-asyncio (>=0.17)", "pytest-trio", "te
trio = ["async_generator", "trio"]
[[package]]
+name = "jinja2"
+version = "3.1.4"
+description = "A very fast and expressive template engine."
+optional = false
+python-versions = ">=3.7"
+files = [
+ {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
+ {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
+]
+
+[package.dependencies]
+MarkupSafe = ">=2.0"
+
+[package.extras]
+i18n = ["Babel (>=2.7)"]
+
+[[package]]
name = "keyring"
version = "24.3.1"
description = "Store and access your passwords safely."
@@ -2047,4 +2064,4 @@ test = ["pytest"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12.0"
-content-hash = "23165f45d667eb70355dbd76143922d5c819535437346e810485276b8bd6755c"
+content-hash = "2acca58e64603a36a7576b7b4655bc08ddc0f9207ebcafac5a45c3fb8a6a6261"