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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --allow-unsafe --no-emit-index-url --output-file=requirements-tests39.txt --strip-extras requirements-tests39.in
#
astroid==3.0.1
# via
# -r requirements-tests39.in
# pylint
autopep8==2.0.4
# via -r requirements-tests39.in
charset-normalizer==3.3.0
# via docformatter
coverage==7.3.2
# via pytest-cov
dill==0.3.7
# via pylint
doc8==1.1.1
# via -r requirements-tests39.in
docformatter==1.7.5
# via -r requirements-tests39.in
docutils==0.20.1
# via
# doc8
# restructuredtext-lint
exceptiongroup==1.1.3
# via pytest
flake8==6.1.0
# via -r requirements-tests39.in
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via
# -r requirements-tests39.in
# pylint
mccabe==0.7.0
# via
# flake8
# pylint
packaging==23.2
# via pytest
pbr==5.11.1
# via stevedore
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
py-cpuinfo==9.0.0
# via pytest-benchmark
pycodestyle==2.11.1
# via
# autopep8
# flake8
pydocstyle==6.3.0
# via -r requirements-tests39.in
pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via
# -r requirements-tests39.in
# doc8
pylint==3.0.1
# via -r requirements-tests39.in
pytest==7.4.2
# via
# -r requirements-tests39.in
# pytest-benchmark
# pytest-cov
pytest-benchmark==4.0.0
# via -r requirements-tests39.in
pytest-cov==4.1.0
# via -r requirements-tests39.in
restructuredtext-lint==1.4.0
# via
# -r requirements-tests39.in
# doc8
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.1.0
# via doc8
tomli==2.0.1
# via
# autopep8
# coverage
# doc8
# pylint
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.8.0
# via
# astroid
# pylint
untokenize==0.1.1
# via docformatter
wrapt==1.15.0
# via -r requirements-tests39.in
|