Add jinja2 explicit dependency
This commit is contained in:
parent
1cd88f3ef8
commit
bd27ee3169
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -1395,4 +1395,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "60f3a95324878520ad093a1ca89718e8edc1f61743943c46698f7fcc79823d9b"
|
content-hash = "bd6da916efe83b56d72a71b7f64d77624042441c009f6424eb7a63dd25dae9bd"
|
||||||
|
|
|
@ -15,6 +15,7 @@ glicid-spawner = 'glicid_spawner:GlicidSpawner'
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
jupyterhub = "^4.0"
|
jupyterhub = "^4.0"
|
||||||
batchspawner = {git = "https://github.com/jupyterhub/batchspawner.git", rev = "main"}
|
batchspawner = {git = "https://github.com/jupyterhub/batchspawner.git", rev = "main"}
|
||||||
|
jinja2 = "^3.1.3"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pre-commit = "^3.6.0"
|
pre-commit = "^3.6.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue