[stable-only] Move sqlalchemy-migrate to doc requirements

Since we don't have unit tests for this stuff, this is only needed for
building documentation now.

Change-Id: Ia6821ee0099dabcfa76c5b3ed5bca4728d145141
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-09-19 11:14:13 +01:00
parent 4ee79141e6
commit caebf7620e
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,5 @@ sphinx>=2.0.0,!=2.1.0 # BSD
doc8>=0.6.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD
sqlalchemy-migrate>=0.11.0 # Apache-2.0

View File

@ -9,7 +9,6 @@ oslo.i18n>=3.15.3 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
SQLAlchemy>=1.4.0 # MIT
sqlalchemy-migrate>=0.11.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
# these are used by downstream libraries that require
# oslo.db as one of their test requirements - do not remove!