[Patchew-devel] [PATCH 1/2] requirements: Limit Markdown to < 3.0

Fam Zheng famz at redhat.com
Tue Oct 30 10:05:02 UTC 2018


We are not compatible with higher versions of Markdown.

Signed-off-by: Fam Zheng <famz at redhat.com>
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 1b40ecd..0758ab0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,9 @@
 Django>=1.11, <2.0
 Pillow>=3.2.0
-Markdown>=2.6.6
+Markdown>=2.6.6, < 3.0
 django-debug-toolbar==1.8
 gunicorn>=19
 djangorestframework>=3.0.0
 jsonfield2 >= 3.0, < 4.0
 drf-nested-routers
-coreapi-cli
\ No newline at end of file
+coreapi-cli
-- 
2.17.2




More information about the Patchew-devel mailing list