From 7df786100b07afa4dfdabbb84a4d091213bb665b Mon Sep 17 00:00:00 2001 From: Groupr Date: Mon, 24 Feb 2025 10:08:39 +0000 Subject: [PATCH] Update requirements-wsl.txt --- requirements-wsl.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-wsl.txt b/requirements-wsl.txt index e25be7c..6afc8a9 100644 --- a/requirements-wsl.txt +++ b/requirements-wsl.txt @@ -32,10 +32,13 @@ psycopg2-binary # python 2. jinja2==3.0.3 +# MarkupSafe is a Python library designed to provide a safe way of handling strings that contain data from untrusted sources. +# compatible with jinja2 +markupsafe==2.0.1 + # MarkDown is a popular and familair WYSIWYM markup language. # python 2. markdown==2.6.11 -markupsafe==2.0.1 python-markdown-math html5lib BeautifulSoup4