Add alembic to requirements
gertty requires it now but does not declare that. Also, move pbr to the top of the requirements list. Because of how python requirements and transitive depends, pbr needs to be listed first or else hijinks can ensue. Change-Id: I06c14039501c239d6ead1a66ce8fcfaa7453855c
This commit is contained in:
parent
7baa094bfa
commit
4e1fd36c97
@ -1,7 +1,9 @@
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
|
||||
urwid
|
||||
sqlalchemy
|
||||
GitPython>=0.3.2.RC1
|
||||
python-dateutil
|
||||
requests
|
||||
ordereddict
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
alembic>=0.4.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user