-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
263 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
myst-parser >= 0.16.1 | ||
pipdeptree >= 2.2.1 | ||
sphinx >= 4.4.0 | ||
sphinx-ansible-theme >= 0.9.1 | ||
sphinx-rtd-theme >= 1.0.0, < 2.0.0 # 1.0.0 broke rendering | ||
sphinxcontrib-apidoc >= 0.3.0 | ||
sphinxcontrib-programoutput2 >= 2.0a1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras pyproject.toml | ||
# | ||
ansible-compat==2.2.7 | ||
ansible-core==2.14.1 ; python_version >= "3.9" | ||
attrs==22.2.0 | ||
black==22.12.0 | ||
bracex==2.3.post1 | ||
cffi==1.15.1 | ||
click==8.1.3 | ||
commonmark==0.9.1 | ||
cryptography==38.0.4 | ||
filelock==3.9.0 | ||
jinja2==3.1.2 | ||
jsonschema==4.17.3 | ||
markupsafe==2.1.1 | ||
mypy-extensions==0.4.3 | ||
packaging==22.0 | ||
pathspec==0.10.3 | ||
platformdirs==2.6.2 | ||
pycparser==2.21 | ||
pygments==2.13.0 | ||
pyrsistent==0.19.3 | ||
pyyaml==6.0 | ||
resolvelib==0.8.1 | ||
rich==13.0.0 | ||
ruamel-yaml==0.17.21 | ||
ruamel-yaml-clib==0.2.7 | ||
subprocess-tee==0.4.1 | ||
tomli==2.0.1 | ||
typing-extensions==4.4.0 | ||
wcmatch==8.4.1 | ||
yamllint==1.28.0 | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
coverage-enable-subprocess # see /~https://github.com/nedbat/coveragepy/issues/1341#issuecomment-1228942657 | ||
coverage[toml] >= 6.4.4 | ||
pytest >= 7.2.0 | ||
pytest-mock | ||
pytest-plus >= 0.2 # for PYTEST_REQPASS | ||
pytest-xdist >= 2.1.0 | ||
psutil # soft-dep of pytest-xdist | ||
black # IDE support | ||
mypy # IDE support | ||
pylint # IDE support | ||
flake8 # IDE support | ||
flake8-future-annotations # IDE support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 | ||
ansible-compat>=2.2.7 # 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 | ||
yamllint >= 1.26.3 # GPLv3 | ||
wcmatch>=8.1.2 # MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.