#
# This file is autogenerated by pip-compile
# To update, run:
#
#    pip-compile test-requirements.in
#
aiodns==3.0.0
    # via -r test-requirements.in
aiohttp==3.7.4.post0
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
anyio==3.2.1
    # via httpcore
appdirs==1.4.4
    # via black
asgiref==3.4.1
    # via
    #   django
    #   uvicorn
async-timeout==3.0.1
    # via aiohttp
attrs==21.2.0
    # via
    #   aiohttp
    #   pytest
    #   pytest-mypy
black==21.6b0
    # via pytest-black
certifi==2021.5.30
    # via
    #   httpx
    #   requests
cffi==1.14.5
    # via pycares
chardet==4.0.0
    # via
    #   aiohttp
    #   requests
click==8.0.1
    # via
    #   black
    #   uvicorn
coverage==5.5
    # via
    #   coveralls
    #   pytest-cov
coveralls==3.1.0
    # via -r test-requirements.in
django==3.2.5
    # via -r test-requirements.in
docopt==0.6.2
    # via coveralls
filelock==3.0.12
    # via pytest-mypy
h11==0.12.0
    # via
    #   httpcore
    #   uvicorn
httpcore==0.13.6
    # via httpx
httpx==0.18.2
    # via -r test-requirements.in
idna==2.10
    # via
    #   anyio
    #   requests
    #   rfc3986
    #   yarl
iniconfig==1.1.1
    # via pytest
multidict==5.1.0
    # via
    #   aiohttp
    #   yarl
mypy-extensions==0.4.3
    # via
    #   black
    #   mypy
mypy==0.910
    # via pytest-mypy
packaging==21.0
    # via
    #   pytest
    #   pytest-sugar
pathspec==0.8.1
    # via black
pluggy==0.13.1
    # via pytest
py==1.10.0
    # via pytest
pycares==4.0.0
    # via aiodns
pycparser==2.20
    # via cffi
pyparsing==2.4.7
    # via packaging
pytest-aiohttp==0.3.0
    # via -r test-requirements.in
pytest-asyncio==0.15.1
    # via -r test-requirements.in
pytest-black==0.3.12
    # via -r test-requirements.in
pytest-cov==2.12.1
    # via -r test-requirements.in
pytest-django==4.4.0
    # via -r test-requirements.in
pytest-mock==3.6.1
    # via -r test-requirements.in
pytest-mypy==0.8.1
    # via -r test-requirements.in
pytest-sugar==0.9.4
    # via -r test-requirements.in
pytest-timeout==1.4.2
    # via -r test-requirements.in
pytest==6.2.4
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
    #   pytest-asyncio
    #   pytest-black
    #   pytest-cov
    #   pytest-django
    #   pytest-mock
    #   pytest-mypy
    #   pytest-sugar
    #   pytest-timeout
pytz==2021.1
    # via django
regex==2021.7.5
    # via black
requests==2.25.1
    # via coveralls
rfc3986[idna2008]==1.5.0
    # via httpx
sniffio==1.2.0
    # via
    #   anyio
    #   httpcore
    #   httpx
sqlparse==0.4.1
    # via django
termcolor==1.1.0
    # via pytest-sugar
toml==0.10.2
    # via
    #   black
    #   mypy
    #   pytest
    #   pytest-black
    #   pytest-cov
typing-extensions==3.10.0.0
    # via
    #   aiohttp
    #   mypy
urllib3==1.26.6
    # via requests
uvicorn==0.14.0
    # via -r test-requirements.in
yarl==1.6.3
    # via aiohttp
