diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:04:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:04:21 +0000 |
commit | 8a754e0858d922e955e71b253c139e071ecec432 (patch) | |
tree | 527d16e74bfd1840c85efd675fdecad056c54107 /test/sanity/code-smell/docs-build.requirements.txt | |
parent | Initial commit. (diff) | |
download | ansible-core-8a754e0858d922e955e71b253c139e071ecec432.tar.xz ansible-core-8a754e0858d922e955e71b253c139e071ecec432.zip |
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/sanity/code-smell/docs-build.requirements.txt')
-rw-r--r-- | test/sanity/code-smell/docs-build.requirements.txt | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/test/sanity/code-smell/docs-build.requirements.txt b/test/sanity/code-smell/docs-build.requirements.txt new file mode 100644 index 0000000..7e30a73 --- /dev/null +++ b/test/sanity/code-smell/docs-build.requirements.txt @@ -0,0 +1,50 @@ +# edit "docs-build.requirements.in" and generate with: hacking/update-sanity-requirements.py --test docs-build +aiofiles==22.1.0 +aiohttp==3.8.3 +aiosignal==1.2.0 +alabaster==0.7.12 +ansible-pygments==0.1.1 +antsibull-core==1.2.0 +antsibull-docs==1.7.0 +async-timeout==4.0.2 +asyncio-pool==0.6.0 +attrs==22.1.0 +Babel==2.10.3 +certifi==2022.9.14 +charset-normalizer==2.1.1 +docutils==0.17.1 +frozenlist==1.3.1 +idna==3.4 +imagesize==1.4.1 +Jinja2==3.1.2 +MarkupSafe==2.1.1 +multidict==6.0.2 +packaging==21.3 +perky==0.5.5 +pydantic==1.10.2 +Pygments==2.13.0 +pyparsing==3.0.9 +pytz==2022.2.1 +PyYAML==6.0 +requests==2.28.1 +resolvelib==0.8.1 +rstcheck==3.5.0 +semantic-version==2.10.0 +sh==1.14.3 +six==1.16.0 +snowballstemmer==2.2.0 +Sphinx==4.2.0 +sphinx-ansible-theme==0.9.1 +sphinx-notfound-page==0.8.3 +sphinx-rtd-theme==1.0.0 +sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==2.0.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.5 +straight.plugin==1.5.0 +Twiggy==0.5.1 +typing_extensions==4.3.0 +urllib3==1.26.12 +yarl==1.8.1 |