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