24de073958
python docstrings are assumed to be RST, while for OpenAPI we need MD. Convert controller description from rst->html->md using docutils. Change-Id: I04acab45f5cf9d05b5d7158e484a14c4343bdb24
20 lines
496 B
Plaintext
20 lines
496 B
Plaintext
Jinja2>=3.0 # BSD
|
|
jsonref>=1.0 # MIT
|
|
openapi_core>=0.17 # BSD
|
|
pydantic>=2.6 # MIT
|
|
ruamel.yaml>=0.18 # MIT
|
|
jsonschema>=4.19 # MIT
|
|
beautifulsoup4>=4.0 # MIT
|
|
# convert html into markdown
|
|
markdownify>=0.11 # MIT
|
|
# wrap markdown when rendering
|
|
mdformat>=0.7 # MIT
|
|
# Get sphinx docstrings from source code
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
# Convert rst docstrings to html (openapi)
|
|
docutils>=0.20 # MIT
|
|
wsgi-intercept>=1.13 # MIT
|
|
wsme>=0.12 # MIT
|
|
oslotest>=5.0.0 # Apache-2.0
|
|
openstacksdk>=2.0 # Apache-2.0
|