Browse Source

Merge pull request #546 from gordonjcp/master

Update Werkzeug, but not to the newest
Peter Justin 5 years ago
parent
commit
3e20b4fa24
2 changed files with 2 additions and 2 deletions
  1. 1 1
      requirements.txt
  2. 1 1
      setup.py

+ 1 - 1
requirements.txt

@@ -52,7 +52,7 @@ SQLAlchemy-Utils==0.34.2
 Unidecode==1.1.1
 Unidecode==1.1.1
 urllib3==1.25.6
 urllib3==1.25.6
 vine==1.3.0
 vine==1.3.0
-Werkzeug==0.16.0
+Werkzeug>=0.14.1,<1.0.0
 Whoosh==2.7.4
 Whoosh==2.7.4
 WTForms==2.2.1
 WTForms==2.2.1
 -e .
 -e .

+ 1 - 1
setup.py

@@ -89,7 +89,7 @@ install_requires = [
     "Unidecode>=1.0.22",
     "Unidecode>=1.0.22",
     "urllib3>=1.23",
     "urllib3>=1.23",
     "vine>=1.1.4",
     "vine>=1.1.4",
-    "Werkzeug>=0.14.1",
+    "Werkzeug>=0.14.1<1.0.0",
     "Whoosh>=2.7.4",
     "Whoosh>=2.7.4",
     "WTForms>=2.2.1",
     "WTForms>=2.2.1",
 ]
 ]