Move reno to doc requirements

... because it's used only when generating release notes. Also a few
packags in doc requirements are not actually needed.

Change-Id: Ia6e406155978d4c5a4f93194c79b5d5310ce3742
This commit is contained in:
Takashi Kajinami 2024-01-28 01:46:47 +09:00
parent 8766b50965
commit 37ea383cc0
2 changed files with 1 additions and 8 deletions

View File

@ -1,10 +1,5 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# These are needed for docs generation
openstackdocstheme>=2.2.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
reno>=3.1.0 # Apache-2.0
mock>=2.0.0 # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
reno>=3.1.0 # Apache-2.0

View File

@ -14,8 +14,6 @@ oslotest>=3.2.0 # Apache-2.0
# rootwrap daemon's client should be verified to run in eventlet
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
reno>=3.1.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.7.0,<1.8.0 # Apache-2.0