Move oslo.concurrency to install requirements

The oslo.concurrency library is used by actual logic. So it should be
kept in install requirements instead of test requirements.

Change-Id: I10b4151a5ef7ac9b5baf9cb39ccd09443136688a
This commit is contained in:
Takashi Kajinami
2024-09-25 21:13:17 +09:00
parent 578f12ca9f
commit f7b0c71acf
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ SQLAlchemy>=1.4.23 # MIT
alembic>=1.6.5 # MIT
neutron-lib>=3.6.1 # Apache-2.0
os-ken >= 0.3.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.db>=4.37.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0

View File

@@ -3,7 +3,6 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT