#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile examples/requirements/test.in
#
attrs==22.1.0
    # via pytest
coverage[toml]==6.5.0
    # via
    #   -r examples/requirements/test.in
    #   pytest-cov
distlib==0.3.6
    # via virtualenv
factory-boy==3.2.1
    # via -r examples/requirements/test.in
faker==15.3.4
    # via
    #   -r examples/requirements/test.in
    #   factory-boy
filelock==3.8.0
    # via
    #   tox
    #   virtualenv
iniconfig==1.1.1
    # via pytest
packaging==21.3
    # via
    #   pytest
    #   tox
parametrize==0.1.1
    # via -r examples/requirements/test.in
platformdirs==2.5.4
    # via virtualenv
pluggy==1.0.0
    # via
    #   pytest
    #   tox
py==1.11.0
    # via
    #   -r examples/requirements/test.in
    #   pytest
    #   tox
pyparsing==3.0.9
    # via packaging
pytest==6.2.5
    # via
    #   -r examples/requirements/test.in
    #   pytest-cov
    #   pytest-django
    #   pytest-ordering
    #   pytest-pythonpath
pytest-cov==4.0.0
    # via -r examples/requirements/test.in
pytest-django==4.5.2
    # via -r examples/requirements/test.in
pytest-ordering==0.6
    # via -r examples/requirements/test.in
pytest-pythonpath==0.7.4
    # via -r examples/requirements/test.in
python-dateutil==2.8.2
    # via faker
six==1.16.0
    # via
    #   python-dateutil
    #   tox
toml==0.10.2
    # via pytest
tomli==2.0.1
    # via
    #   coverage
    #   tox
tox==3.27.1
    # via -r examples/requirements/test.in
virtualenv==20.17.0
    # via tox
