From 4519a9ff87ae696213fe05d01e334e623da444ab Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@hp.com>
Date: Tue, 26 May 2015 15:34:20 -0700
Subject: [PATCH] Add support for SQLAlchemy 1.0.4

This has been released and Gertty works with it.  A subsequent
change will accomodate SQLA 1.0.4-specific behavior.

Change-Id: I864c913354a8e69f0cfc68634c6ce081dce6eb3f
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index e0a5e6e..b8591cb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 pbr>=0.6,!=0.7,<1.0
 
 urwid>=1.2.1,!=1.3.0
-SQLAlchemy>=0.9.4
+SQLAlchemy>=1.0.4
 GitPython>=0.3.2.RC1
 python-dateutil
 requests>=2.5.3,<3.0.0