From aa901d68d53e686428d0c58e831f4b7c8b0de40e Mon Sep 17 00:00:00 2001
From: "Robbie Harwood (frozencemetery)" <rharwood@redhat.com>
Date: Tue, 15 Jul 2014 11:04:28 -0400
Subject: [PATCH] Depend on SQLAlchemy 0.9.4 or greater

This prevents a nasty traceback and possible database corruption on systems
which have a sqlalchemy installed that is too old (e.g., fedora 20).

Change-Id: I2b60ddb1d50b5913c2cf8e5a848f26720163d47a
Closes-Bug: 123
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 4e6c95b..7455a11 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 pbr>=0.6,!=0.7,<1.0
 
 urwid
-sqlalchemy
+sqlalchemy>=0.9.4
 GitPython>=0.3.2.RC1
 python-dateutil
 requests