changeset 5935:3c4b6ddf6735

setup: upgrade SQLAlchemy to 1.0.x series Tested and reviewed with 1.0.13.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 23 May 2016 18:02:33 +0200
parents 4636870ac51a
children 7a4dec17e837
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon May 23 18:02:33 2016 +0200
+++ b/setup.py	Mon May 23 18:02:33 2016 +0200
@@ -42,7 +42,7 @@
     "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",