From 6f05900c7140d5ecffc09d28eda538061733129a Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 24 Jun 2023 22:25:53 +0200 Subject: [PATCH] requirements: Use custom version for Jinja --- server/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/requirements.txt b/server/requirements.txt index aa97938..6805883 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,3 +12,5 @@ yt-dlp>=2022.6.29 git+https://git.banananet.work/zocker/python-jsoncache#egg=jsoncache git+https://github.com/Zocker1999NET/youtube-search-python@my-version#egg=youtube-search-python git+https://github.com/Zocker1999NET/tinytinypy#egg=tinytinypy +# replacement for jinja until https://github.com/pallets/jinja/pull/1712 is merged +git+https://github.com/Zocker1999NET/jinja@trailing-comma-3.1.2#egg=Jinja2