Add sqlalchemy-migrate dependency

It was removed as a cinder dependency by change I39448af0eb8f
but we haven't caught up yet, and are still using it.  Add it
to our requirements as a temporary measure.

Change-Id: I135f0a91ae00b03942a3bf62fea4789e30c06f84
This commit is contained in:
Brian Rosmaita 2023-09-27 09:54:42 -04:00
parent 6bb58dd596
commit 98fc4b6c68
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ os-brick>=6.3.0 # Apache-2.0
importlib_metadata>=1.7.0 # Apache-2.0
importlib_resources>=3.2.1;python_version<'3.10' # Apache-2.0
# TODO: cinder removed this as a dependency in 2023.2 (Bobcat)
# but we need to include it here until cinderlib catches up
sqlalchemy-migrate>=0.13.0 # Apache-2.0