#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile examples/requirements/test.in
#
asyncssh==2.13.1
    # via -r examples/requirements/test.in
attrs==22.1.0
    # via pytest
boto3==1.28.62
    # via moto
botocore==1.31.62
    # via
    #   boto3
    #   moto
    #   s3transfer
certifi==2023.7.22
    # via requests
cffi==1.15.1
    # via cryptography
charset-normalizer==3.3.0
    # via requests
coverage[toml]==6.5.0
    # via
    #   -r examples/requirements/test.in
    #   pytest-cov
cryptography==41.0.1
    # via
    #   asyncssh
    #   moto
distlib==0.3.6
    # via virtualenv
exceptiongroup==1.1.0
    # via pytest
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
fuzzywuzzy[speedup]==0.18.0
    # via -r examples/requirements/test.in
idna==3.4
    # via requests
iniconfig==1.1.1
    # via pytest
jinja2==3.1.2
    # via moto
jmespath==1.0.1
    # via
    #   boto3
    #   botocore
levenshtein==0.21.0
    # via python-levenshtein
markupsafe==2.1.3
    # via
    #   jinja2
    #   werkzeug
moto==4.2.5
    # via -r examples/requirements/test.in
packaging==21.3
    # via
    #   pytest
    #   pytest-rerunfailures
    #   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
    #   tox
pycparser==2.21
    # via cffi
pyparsing==3.0.9
    # via packaging
pytest==7.2.1
    # via
    #   -r examples/requirements/test.in
    #   pytest-cov
    #   pytest-django
    #   pytest-ordering
    #   pytest-parallel
    #   pytest-rerunfailures
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-parallel==0.1.1
    # via -r examples/requirements/test.in
pytest-rerunfailures==11.0
    # via -r examples/requirements/test.in
pytest-rst==0.1.5
    # via -r examples/requirements/test.in
python-dateutil==2.8.2
    # via
    #   botocore
    #   faker
    #   moto
python-levenshtein==0.21.0
    # via fuzzywuzzy
pyyaml==6.0.1
    # via responses
rapidfuzz==3.1.1
    # via levenshtein
requests==2.31.0
    # via
    #   moto
    #   responses
responses==0.23.3
    # via moto
s3transfer==0.7.0
    # via boto3
six==1.16.0
    # via
    #   python-dateutil
    #   tox
tblib==1.7.0
    # via pytest-parallel
tomli==2.0.1
    # via
    #   coverage
    #   pytest
    #   tox
tox==3.27.1
    # via -r examples/requirements/test.in
types-pyyaml==6.0.12.12
    # via responses
typing-extensions==4.6.3
    # via asyncssh
urllib3==2.0.6
    # via
    #   botocore
    #   requests
    #   responses
virtualenv==20.17.0
    # via tox
werkzeug==3.0.0
    # via moto
xmltodict==0.13.0
    # via moto
