releases/doc/requirements.txt
Sean McGinnis b6ca269386
Switch to ruamel for yaml handling
The Ruamel library has better support for modifying YAML while keeping
things like comments. This updates our yamlutil module to use
ruamel.yaml instead of PyYAML.

Story: 2002908
Task: 22880

Change-Id: I4ac66c9e3e40780b588377c1dfe42511eed231a3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-07-08 11:40:11 -05:00

11 lines
250 B
Plaintext

# Packages required for building docs
sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
sphinxcontrib-datatemplates>=0.4.0 # BSD License
icalendar>=3.10 # BSD
whereto>=0.3.0 # Apache-2.0
mwclient==0.8.1
yamlordereddictloader
ruamel.yaml>=0.15