ansible/test/sanity/code-smell/package-data.requirements.txt
Felix Fontein a114da80ee
Use antsibull-changelog instead of packaged changelog generator (#69313)
Replace the ansible-base changelog linting and generation tool with antsibull-changelog and make it available for linting collections. Previously changelog linting was limited to ansible-base.
2020-06-11 11:21:21 -07:00

10 lines
190 B
Text

docutils
jinja2
packaging
pyyaml # ansible-base requirement
rstcheck
setuptools > 39.2
straight.plugin
# changelog build requires python 3.6+
antsibull-changelog ; python_version >= '3.6'