3161a91d7e
* Implement a framework for having common code for release scripts * Release scripts will go through hacking/build-ansible. build-ansible is a pluggable script which will set a directory that has common code for non-enduser scripts. It will then invoke the plugin which implements that subcommand. Uses straight.plugin for loading each sub-command. * We're going to add tools which are needed to test ansible (the changelog generation, for instance) so we need to include the pieces relevant to that in the tarball. * Add straight.plugin to the sanity test requirements for the same reason * Skip compile test just for build-ansible plugins which won't be run as part of sanity tests.
13 lines
367 B
Text
13 lines
367 B
Text
cryptography
|
|
jinja2
|
|
mock
|
|
packaging # needed for update-bundled and changelog
|
|
pycodestyle
|
|
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
|
|
pytest
|
|
rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+
|
|
sphinx
|
|
straight.plugin # needed for hacking/build-ansible which will host changelog generation
|
|
virtualenv
|
|
voluptuous
|
|
yamllint
|