Files
ansible-docs/tests/typing.txt
Maxwell G 46eb2ab2dc add noxfile to run python linters and pip-compile
Currently, this only lints the noxfile itself and the issue labeler
script.
We can expand the noxfile to build docs and lint other new files in
hacking.

(cherry picked from commit 40285f8de9)

Relates: https://github.com/ansible/ansible-documentation/issues/54
2023-10-22 01:50:56 +00:00

68 lines
1.3 KiB
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.1.1
# via nox
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
# via typer
codeowners==0.6.0
# via -r tests/../hacking/pr_labeler/requirements.txt
colorlog==6.7.0
# via nox
cryptography==41.0.3
# via pyjwt
deprecated==1.2.14
# via pygithub
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via virtualenv
idna==3.4
# via requests
mypy==1.5.0
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
nox==2023.4.22
# via -r tests/typing.in
packaging==23.1
# via nox
platformdirs==3.10.0
# via virtualenv
pycparser==2.21
# via cffi
pygithub==1.59.1
# via -r tests/../hacking/pr_labeler/requirements.txt
pyjwt==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.31.0
# via pygithub
tomli==2.0.1
# via mypy
typer==0.9.0
# via -r tests/../hacking/pr_labeler/requirements.txt
typing-extensions==4.7.1
# via
# codeowners
# mypy
# typer
urllib3==2.0.4
# via requests
virtualenv==20.24.2
# via nox
wrapt==1.15.0
# via deprecated