aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorB Wu <bxwu@amazon.com>2024-08-07 20:11:52 -0700
committerB Wu <bxwu@amazon.com>2024-08-07 20:11:52 -0700
commit514b0338844334aa4aaf332c6e29efb6a1aadaa6 (patch)
tree74cccb983214a43688c6422bc2459c7fef73f194 /pyproject.toml
parent6f03348e5aac33118840324a96e9321dca483b9f (diff)
downloadkennel.hatecomputers.club-514b0338844334aa4aaf332c6e29efb6a1aadaa6.tar.gz
kennel.hatecomputers.club-514b0338844334aa4aaf332c6e29efb6a1aadaa6.zip
feat: add static and template rendering
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0d330c9..84eb4e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,6 +11,7 @@ python = "^3.12"
fastapi = "^0.108.0"
structlog = "^23.2.0"
uvicorn = { extras = ["standard"], version = "^0.25.0" }
+jinja2 = "^3.1.4"
[tool.poetry.group.dev.dependencies]
ruff = "^0.1.9"