From 1bae7d5ad2ac68ce2cd3fd0f07fc5aca858dc48c Mon Sep 17 00:00:00 2001 From: "Lynn \"Zhorken\" Vaughan" Date: Sun, 27 Jul 2014 13:13:22 -0400 Subject: [PATCH] Bump required SQLA version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5570bc9..146b0ed 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( 'pokedex': ['data/csv/*.csv'] }, install_requires=[ - 'SQLAlchemy>=0.7.3', + 'SQLAlchemy>=0.9.7', 'whoosh>=2.5', 'markdown', 'construct',