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
This commit is contained in:
James E. Blair 2015-05-26 15:34:20 -07:00
parent 758469ea0c
commit 4519a9ff87
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pbr>=0.6,!=0.7,<1.0 pbr>=0.6,!=0.7,<1.0
urwid>=1.2.1,!=1.3.0 urwid>=1.2.1,!=1.3.0
SQLAlchemy>=0.9.4 SQLAlchemy>=1.0.4
GitPython>=0.3.2.RC1 GitPython>=0.3.2.RC1
python-dateutil python-dateutil
requests>=2.5.3,<3.0.0 requests>=2.5.3,<3.0.0