summaryrefslogtreecommitdiffstats
path: root/test/sanity/code-smell/package-data.requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity/code-smell/package-data.requirements.txt')
-rw-r--r--test/sanity/code-smell/package-data.requirements.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/sanity/code-smell/package-data.requirements.txt b/test/sanity/code-smell/package-data.requirements.txt
new file mode 100644
index 00000000..5d74c715
--- /dev/null
+++ b/test/sanity/code-smell/package-data.requirements.txt
@@ -0,0 +1,10 @@
+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'