#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
#    pip-compile test-requirements.in
#
aiodns==3.0.0
    # via -r test-requirements.in
aiohttp==3.8.1
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
aiosignal==1.2.0
    # via aiohttp
anyio==3.6.1
    # via httpcore
asgiref==3.4.1
    # via
    #   -r test-requirements.in
    #   django
async-timeout==4.0.2
    # via aiohttp
attrs==21.4.0
    # via
    #   aiohttp
    #   pytest
    #   pytest-mypy
black==22.6.0
    # via pytest-black
certifi==2022.6.15
    # via
    #   httpcore
    #   httpx
    #   requests
cffi==1.15.1
    # via pycares
charset-normalizer==2.1.0
    # via
    #   aiohttp
    #   requests
click==8.0.4
    # via
    #   -r test-requirements.in
    #   black
    #   uvicorn
coverage[toml]==6.4.1
    # via
    #   coveralls
    #   pytest-cov
coveralls==3.3.1
    # via -r test-requirements.in
django==3.2.14
    # via -r test-requirements.in
docopt==0.6.2
    # via coveralls
filelock==3.7.1
    # via pytest-mypy
frozenlist==1.3.0
    # via
    #   aiohttp
    #   aiosignal
h11==0.12.0
    # via
    #   httpcore
    #   uvicorn
httpcore==0.15.0
    # via httpx
httpx==0.23.0
    # via -r test-requirements.in
idna==3.3
    # via
    #   anyio
    #   requests
    #   rfc3986
    #   yarl
iniconfig==1.1.1
    # via pytest
multidict==6.0.2
    # via
    #   aiohttp
    #   yarl
mypy==0.961
    # via pytest-mypy
mypy-extensions==0.4.3
    # via
    #   black
    #   mypy
packaging==21.3
    # via
    #   pytest
    #   pytest-sugar
pathspec==0.9.0
    # via black
platformdirs==2.5.2
    # via black
pluggy==1.0.0
    # via pytest
proxy-py==2.4.3
    # via -r test-requirements.in
py==1.11.0
    # via pytest
pycares==4.2.1
    # via aiodns
pycparser==2.21
    # via cffi
pyparsing==3.0.9
    # via packaging
pytest==7.1.2
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
    #   pytest-asyncio
    #   pytest-black
    #   pytest-cov
    #   pytest-django
    #   pytest-mock
    #   pytest-mypy
    #   pytest-sugar
    #   pytest-timeout
pytest-aiohttp==1.0.4
    # via -r test-requirements.in
pytest-asyncio==0.18.3
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
pytest-black==0.3.12
    # via -r test-requirements.in
pytest-cov==3.0.0
    # via -r test-requirements.in
pytest-django==4.5.2
    # via -r test-requirements.in
pytest-mock==3.8.2
    # via -r test-requirements.in
pytest-mypy==0.9.1
    # via -r test-requirements.in
pytest-sugar==0.9.4
    # via -r test-requirements.in
pytest-timeout==2.1.0
    # via -r test-requirements.in
pytz==2022.1
    # via django
requests==2.28.1
    # via coveralls
rfc3986[idna2008]==1.5.0
    # via httpx
sniffio==1.2.0
    # via
    #   anyio
    #   httpcore
    #   httpx
sqlparse==0.4.2
    # via django
termcolor==1.1.0
    # via pytest-sugar
toml==0.10.2
    # via pytest-black
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   mypy
    #   pytest
typing-extensions==4.3.0
    # via
    #   black
    #   mypy
urllib3==1.26.9
    # via requests
uvicorn==0.18.2
    # via -r test-requirements.in
yarl==1.7.2
    # via aiohttp
