summaryrefslogtreecommitdiffstats
path: root/.config/requirements.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:49 +0000
commit2fe34b6444502079dc0b84365ce82dbc92de308e (patch)
tree8fedcab52bbbc3db6c5aa909a88a7a7b81685018 /.config/requirements.in
parentInitial commit. (diff)
downloadansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.tar.xz
ansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.zip
Adding upstream version 6.17.2.upstream/6.17.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.config/requirements.in')
-rw-r--r--.config/requirements.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/requirements.in b/.config/requirements.in
new file mode 100644
index 0000000..a8a24fb
--- /dev/null
+++ b/.config/requirements.in
@@ -0,0 +1,17 @@
+# Special order section for helping pip:
+will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
+ansible-core>=2.12.0 # GPLv3
+ansible-compat>=4.0.5 # GPLv3
+# alphabetically sorted:
+black>=22.8.0 # MIT
+filelock>=3.3.0 # The Unlicense
+jsonschema>=4.10.0 # MIT, version needed for improved errors
+packaging>=21.3 # Apache-2.0,BSD-2-Clause
+pathspec>=0.10.3 # Mozilla Public License 2.0 (MPL 2.0)
+pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1)
+rich>=12.0.0 # MIT
+ruamel.yaml>=0.17.0,<0.18,!=0.17.29,!=0.17.30 # MIT, next version is planned to have breaking changes
+requests>=2.31.0 # Apache-2.0 (indirect, but we want newer version for security reasons)
+subprocess-tee>=0.4.1 # MIT, used by ansible-compat
+yamllint >= 1.30.0 # GPLv3
+wcmatch>=8.1.2 # MIT