Drop unused sqlalchemy-migrate requirement

Change-Id: If625ad10d58f6116f6ebcecc08a46cf91036d98e
This commit is contained in:
Pierre Riteau 2021-02-22 21:50:17 +01:00
parent 345d945571
commit d14668ba05
2 changed files with 0 additions and 2 deletions

View File

@ -94,7 +94,6 @@ simplejson==3.13.2
snowballstemmer==1.2.1
Sphinx==2.0.0
sphinxcontrib-websupport==1.0.1
sqlalchemy-migrate==0.11.0
SQLAlchemy==1.0.10
sqlparse==0.2.4
statsd==3.2.2

View File

@ -28,7 +28,6 @@ python-novaclient>=9.1.0 # Apache-2.0
netaddr>=0.7.18 # BSD
python-keystoneclient>=3.8.0 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
sqlalchemy-migrate>=0.11.0 # Apache-2.0
requests>=2.18.4 # Apache-2.0
retrying>=1.3.3,!=1.3.0 # Apache-2.0
Routes>=2.3.1 # MIT