cleanup SQLAlchemy required version

Today the requirement for SQLAlchemy has extraneous version specifiers
predating 1.2.0. This patch cleans up the SQLAlchemy version specifiers
in requirements.txt.

Change-Id: I9ddef79d91dba662fef58bc8ee8c0face9f0fab2
This commit is contained in:
Boden R 2018-12-31 14:24:53 -07:00
parent ae33070106
commit b110264f5d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ netifaces>=0.10.4 # MIT
neutron-lib>=1.21.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.2.0 # MIT
SQLAlchemy>=1.2.0 # MIT
WebOb>=1.8.2 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
alembic>=0.8.10 # MIT