From be43eef47a512b1c556740f883674d7820dd0fcc Mon Sep 17 00:00:00 2001 From: Viktor Kolev Date: Thu, 21 Jul 2022 13:30:37 +0300 Subject: [PATCH] Locking Markdown version to shield from unstable versions --- Requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Requirements.txt b/Requirements.txt index d3d0311..816efcc 100644 --- a/Requirements.txt +++ b/Requirements.txt @@ -5,7 +5,7 @@ Flask-Principal flask-caching Flask-FileUpload SQLAlchemy>=1.3.1 -Markdown +Markdown==3.3.7 Werkzeug>=1.0.0 blinker python-slugify