Browse Source

don't pull in a too-new Werkzeug yet

Gordon JC Pearce 5 years ago
parent
commit
b4abd42661
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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