From caebf7620e94999ee6cfb5bcfad1db50572008bf Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 19 Sep 2023 11:14:13 +0100 Subject: [PATCH] [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 --- doc/requirements.txt | 2 ++ requirements.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 39130db7..e4dafac8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 8842a41d..7764c23c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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!