Remove upper constraint on sqlalchemy

To comply with the upper-constraints defined in OpenStack
Requirements, the upper constraint for sqlalchemy has been
removed

Change-Id: Icb48c61b9022216a9593cdf20bb6166cb742fe56
Closes-Bug: #1687641
This commit is contained in:
alextricity25 2017-05-02 10:03:48 -05:00
parent 2726419a11
commit 66a77bb64a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
SQLAlchemy<1.1.0,>=1.0.10 # MIT
SQLAlchemy>=1.0.10 # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.9.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0