# HG changeset patch # User Mads Kiilerich # Date 2016-05-23 18:02:33 # Node ID 3c4b6ddf673551659b784dcba037aa05b8061824 # Parent 4636870ac51a96d9f4f773d7c301c69952c90923 setup: upgrade SQLAlchemy to 1.0.x series Tested and reviewed with 1.0.13. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ requirements = [ "Beaker==1.6.4", "WebHelpers==1.3", "formencode>=1.2.4,<=1.2.6", - "SQLAlchemy==0.7.10", + "SQLAlchemy>=0.7.10,<1.1", "Mako>=0.9.0,<=1.0.0", "pygments>=1.5", "whoosh>=2.4.0,<=2.5.7",