changeset 6483:5cf18f89ab3e

setup: bump whoosh and bcrypt minimum versions Some changes had sneaked in that crashed with the oldest package versions.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 02 Feb 2017 03:11:29 +0100
parents e81a99f9e365
children 1f43d08ce5a8
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Feb 02 03:10:39 2017 +0100
+++ b/setup.py	Thu Feb 02 03:11:29 2017 +0100
@@ -46,7 +46,7 @@
     "SQLAlchemy>=1.0,<1.1",
     "Mako>=0.9.0,<=1.0.0",
     "pygments>=1.5",
-    "whoosh>=2.4.0,<=2.5.7",
+    "whoosh>=2.5.0,<=2.5.7",
     "celery>=3.1,<3.2",
     "babel>=0.9.6,<2.4",
     "python-dateutil>=1.5.0,<2.0.0",
@@ -63,7 +63,7 @@
     requirements.append("argparse")
 
 if not is_windows:
-    requirements.append("bcrypt>=2.0.0")
+    requirements.append("bcrypt>=3.1.0")
 
 dependency_links = [
 ]