From c2470a53071b383e2d9fa13bb46bcd4c91474590 Mon Sep 17 00:00:00 2001 From: Zane <90309290+Zingzy@users.noreply.github.com> Date: Sat, 20 Jan 2024 18:57:39 +0530 Subject: [PATCH] Add jinja2 to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11320cd..deaf310 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ cachetools fastapi==0.95.0 black -uvicorn==0.26.0 \ No newline at end of file +uvicorn==0.26.0 +jinja2 \ No newline at end of file