diff options
Diffstat (limited to '.config/requirements.in')
-rw-r--r-- | .config/requirements.in | 17 |
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 |