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
This commit is contained in:
Robbie Harwood (frozencemetery) 2014-07-15 11:04:28 -04:00
parent 2d018c40ff
commit aa901d68d5
1 changed files with 1 additions and 1 deletions

View File

@ -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