diff setup.py @ 6024:1a080d4e926e

db: use consistent key/index/constraint names when creating database This simplifies future Alembic upgrades/downgrades. http://alembic.zzzcomputing.com/en/latest/naming.html A future changeset will update old databases to match this naming convention. Bump SQLAlchemy minimum version to 1.0, required for naming_convention support.
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 15 Jul 2016 21:49:35 +0200
parents 7894a440e134
children dd676fdeda0f
line wrap: on
line diff
--- a/setup.py	Mon Jul 25 15:33:21 2016 +0200
+++ b/setup.py	Fri Jul 15 21:49:35 2016 +0200
@@ -43,7 +43,7 @@
     "Beaker==1.6.4",
     "WebHelpers==1.3",
     "formencode>=1.2.4,<=1.2.6",
-    "SQLAlchemy>=0.7.10,<1.1",
+    "SQLAlchemy>=1.0,<1.1",
     "Mako>=0.9.0,<=1.0.0",
     "pygments>=1.5",
     "whoosh>=2.4.0,<=2.5.7",