#
# 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.4
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
aiosignal==1.3.1
    # via aiohttp
anyio==3.6.2
    # via httpcore
asgiref==3.4.1
    # via
    #   -r test-requirements.in
    #   django
async-timeout==4.0.2
    # via aiohttp
attrs==22.2.0
    # via
    #   aiohttp
    #   pytest
    #   pytest-mypy
black==23.1.0
    # via
    #   -r test-requirements.in
    #   pytest-black
certifi==2022.12.7
    # via
    #   httpcore
    #   httpx
    #   requests
cffi==1.15.1
    # via pycares
charset-normalizer==3.1.0
    # via
    #   -r requirements.txt
    #   aiohttp
    #   requests
click==8.0.4
    # via
    #   -r test-requirements.in
    #   black
    #   uvicorn
coverage[toml]==6.5.0
    # via
    #   coveralls
    #   pytest-cov
coveralls==3.3.1
    # via -r test-requirements.in
django==3.2.18
    # via -r test-requirements.in
docopt==0.6.2
    # via coveralls
exceptiongroup==1.1.1
    # via pytest
filelock==3.10.6
    # via pytest-mypy
frozenlist==1.3.3
    # via
    #   aiohttp
    #   aiosignal
h11==0.14.0
    # via
    #   httpcore
    #   uvicorn
h2==4.1.0
    # via -r requirements.txt
hpack==4.0.0
    # via
    #   -r requirements.txt
    #   h2
httpcore==0.16.3
    # via httpx
httpx==0.23.3
    # via -r test-requirements.in
hyperframe==6.0.1
    # via
    #   -r requirements.txt
    #   h2
idna==3.4
    # via
    #   anyio
    #   requests
    #   rfc3986
    #   yarl
iniconfig==2.0.0
    # via pytest
multidict==6.0.4
    # via
    #   aiohttp
    #   yarl
mypy==1.1.1
    # via pytest-mypy
mypy-extensions==1.0.0
    # via
    #   black
    #   mypy
onecache==0.5.0
    # via -r requirements.txt
packaging==23.0
    # via
    #   black
    #   pytest
    #   pytest-sugar
pathspec==0.11.1
    # via black
platformdirs==3.2.0
    # via black
pluggy==1.0.0
    # via pytest
proxy-py==2.4.3
    # via -r test-requirements.in
pycares==4.3.0
    # via aiodns
pycparser==2.21
    # via cffi
pytest==7.2.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.21.0
    # via
    #   -r test-requirements.in
    #   pytest-aiohttp
pytest-black==0.3.12
    # via -r test-requirements.in
pytest-cov==4.0.0
    # via -r test-requirements.in
pytest-django==4.5.2
    # via -r test-requirements.in
pytest-mock==3.10.0
    # via -r test-requirements.in
pytest-mypy==0.10.3
    # via -r test-requirements.in
pytest-sugar==0.9.6
    # via -r test-requirements.in
pytest-timeout==2.1.0
    # via -r test-requirements.in
pytz==2023.2
    # via django
requests==2.28.2
    # via coveralls
rfc3986[idna2008]==1.5.0
    # via httpx
sniffio==1.3.0
    # via
    #   anyio
    #   httpcore
    #   httpx
sqlparse==0.4.3
    # via django
termcolor==2.2.0
    # via pytest-sugar
toml==0.10.2
    # via pytest-black
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   mypy
    #   pytest
typing-extensions==4.5.0
    # via
    #   black
    #   mypy
urllib3==1.26.15
    # via requests
uvicorn==0.21.1
    # via -r test-requirements.in
yarl==1.8.2
    # via aiohttp
