File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- # (c) Copyright IBM Corp. 2020,2021
1
+ # (c) Copyright IBM Corp. 2020,2023
2
2
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
3
3
-r requirements.txt
4
4
# ansible-core==2.13.7; python_version >= '3'
@@ -16,10 +16,7 @@ shellcheck-py==0.9.0.2; python_version >= '3'
16
16
rstcheck==3.3.1; python_version >= '3'
17
17
yamllint==1.29.0; python_version >= '3'
18
18
voluptuous==0.13.1; python_version >= '3'
19
- ansible-doc-extractor==0.1.6; python_version >= '3'
20
19
# needed to lint devel ansible version
21
20
ansible-lint==6.12.2; python_version >= '3' and python_version < '3.9'
22
21
ansible-lint==6.13.1; python_version >= '3.9'
23
- pycodestyle==2.10.0; python_version >= '3'
24
- Sphinx==3.4.3; python_version >= '3'
25
- sphinx-rtd-theme==0.5.1; python_version >= '3'
22
+ pycodestyle==2.10.0; python_version >= '3'
Original file line number Diff line number Diff line change
1
+ # (c) Copyright IBM Corp. 2020,2023
2
+ # Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
3
+ -r dev-requirements.txt
4
+
5
+ ansible-doc-extractor==0.1.6; python_version >= '3'
6
+ Sphinx==3.4.3; python_version >= '3'
7
+ sphinx-rtd-theme==0.5.1; python_version >= '3'
You can’t perform that action at this time.
0 commit comments