summaryrefslogtreecommitdiffstats
path: root/.config/requirements.in
diff options
context:
space:
mode:
Diffstat (limited to '.config/requirements.in')
-rw-r--r--.config/requirements.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/requirements.in b/.config/requirements.in
new file mode 100644
index 0000000..1f34a8b
--- /dev/null
+++ b/.config/requirements.in
@@ -0,0 +1,15 @@
+# Special order section for helping pip:
+will-not-work-on-windows-try-from-wsl-instead; platform_system=='Windows'
+ansible-core>=2.12.0,<2.14.0; python_version<'3.9' # GPLv3
+ansible-core>=2.12.0; python_version>='3.9' # 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
+pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1)
+rich>=12.0.0 # MIT
+ruamel.yaml>=0.17.21,<0.18 # MIT, next version is planned to have breaking changes
+subprocess-tee>=0.4.1 # MIT, used by ansible-compat
+yamllint >= 1.26.3 # GPLv3
+wcmatch>=8.1.2 # MIT