Merge "Fix requirements for SQLAlchemy to be >= 1.3.11"
This commit is contained in:
commit
da23543bb8
@ -130,7 +130,7 @@ simplejson==3.13.2
|
||||
snowballstemmer==1.2.1
|
||||
sqlalchemy-filters==0.10.0
|
||||
sqlalchemy-migrate==0.11.0
|
||||
SQLAlchemy==1.3.0
|
||||
SQLAlchemy==1.3.11
|
||||
sqlparse==0.2.4
|
||||
statsd==3.2.2
|
||||
stestr==2.0.0
|
||||
|
@ -14,7 +14,7 @@ jsonschema>=3.2.0 # MIT
|
||||
keystonemiddleware>=4.17.0 # Apache-2.0
|
||||
kombu>=4.3.0 # BSD
|
||||
netaddr>=0.7.18 # BSD
|
||||
SQLAlchemy>=1.3.0 # MIT
|
||||
SQLAlchemy>=1.3.11 # MIT
|
||||
sqlalchemy-filters>=0.10.0
|
||||
WebOb>=1.7.1 # MIT
|
||||
python-heatclient>=1.10.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user