Skip to content

Commit

Permalink
Recognize tower requirements.txt files (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 16, 2022
1 parent 9508685 commit dd86f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=2.0.3
- ansible-compat>=2.0.4
- ansible-core
- enrich
- flaky
Expand All @@ -149,7 +149,7 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- ansible-compat>=2.0.3
- ansible-compat>=2.0.4
- ansible-core
- docutils
- enrich
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg
#
alabaster==0.7.12
ansible-compat==2.0.3
ansible-compat==2.0.4
ansible-core==2.13.0
ansible-pygments==0.1.1
astroid==2.11.5
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ zip_safe = False

# These are required in actual runtime:
install_requires =
ansible-compat>=2.0.3 # GPLv3
ansible-compat>=2.0.4 # GPLv3
ansible-core>=2.12.0 # GPLv3
enrich>=1.2.6
jsonschema>=4.5.1 # MIT, first version to have ordered keys in output
Expand Down

0 comments on commit dd86f98

Please sign in to comment.