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
|
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
attrs==22.1.0
# via pytest
coverage[toml]==6.5.0
# via
# coverage
# pytest-cov
exceptiongroup==1.1.3
# via pytest
iniconfig==1.1.1
# via pytest
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.2.0
# via
# -r requirements.in
# pytest-cov
pytest-cov==4.0.0
# via -r requirements.in
tomli==2.0.1
# via
# coverage
# pytest
|