From 6179ae032211888291bcf4b4f8100689635a776c Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Sun, 26 Apr 2020 16:58:49 +0200 Subject: [PATCH] Version constraints for setuptools and Werkzeug Werkzeug 1.0 removed werkzeug.contrib.securecookie: https://werkzeug.palletsprojects.com/en/0.16.x/contrib/securecookie/ and newer setuptools cause conflicts with Python 2 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 811ef2ec..71900ed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +setuptools<40 appnope==0.1.0 awesome-slugify==1.6.5 Babel==1.3 @@ -73,7 +74,7 @@ userbase==1.1.1 wcwidth==0.1.7 WeasyPrint==0.42.3 webencodings==0.5.1 -Werkzeug +Werkzeug<1 WTForms==2.1 xhtml2pdf==0.0.6 xlwt==1.0.0