-
Notifications
You must be signed in to change notification settings - Fork 35
/
requirements-dev.txt
32 lines (32 loc) · 2.9 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
ansible-core==2.13.9 ; python_version >= "3.9" and python_version < "4.0"
ansible-lint==6.16.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
ansible==6.6.0 ; python_version >= "3.9" and python_version < "4.0"
attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
black==23.3.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
bracex==2.3.post1 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
cryptography==40.0.2 ; python_version >= "3.9" and python_version < "4.0"
filelock==3.12.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
jsonschema==4.17.3 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
markdown-it-py==2.2.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
markupsafe==2.1.2 ; python_version >= "3.9" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4.0"
platformdirs==3.5.0 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.15.1 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
pyrsistent==0.19.3 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
pyyaml==6.0 ; python_version >= "3.9" and python_version < "4.0"
resolvelib==0.8.1 ; python_version >= "3.9" and python_version < "4.0"
rich==13.3.5 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.12" and python_version >= "3.9" and platform_system != "Windows"
ruamel-yaml==0.17.26 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
subprocess-tee==0.4.1 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11" and platform_system != "Windows"
typing-extensions==4.5.0 ; python_version >= "3.9" and python_version < "3.10" and platform_system != "Windows"
wcmatch==8.4.1 ; python_version >= "3.9" and python_version < "4.0" and platform_system != "Windows"
yamllint==1.31.0 ; python_version >= "3.9" and python_version < "4.0"