feat: add jinja2 as a dependency in pyproject.toml and update uv.lock

This commit is contained in:
Abhimanyu Saharan
2026-02-06 02:44:55 +05:30
parent f258b756e8
commit 814c041785
2 changed files with 15 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ dependencies = [
"redis==5.1.1",
"fastapi-clerk-auth==0.0.9",
"sse-starlette==2.1.3",
"jinja2"
]
[project.optional-dependencies]