summaryrefslogtreecommitdiffstats
path: root/.config/requirements.in
blob: 1f34a8b7e4fe64b8c86961fb253aea6fd5eadcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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