#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
#    pip-compile tests.in
#
asgiref==3.6.0
    # via -r tests.in
async-timeout==4.0.2
    # via redis
attrs==22.1.0
    # via pytest
cachelib==0.9.0
    # via -r tests.in
click==8.1.3
    # via flask
flask==2.2.1
    # via -r tests.in
iniconfig==1.1.1
    # via pytest
itsdangerous==2.1.2
    # via flask
jinja2==3.1.2
    # via flask
markupsafe==2.1.1
    # via
    #   jinja2
    #   werkzeug
packaging==21.3
    # via pytest
pluggy==1.0.0
    # via pytest
psutil==5.9.1
    # via pytest-xprocess
py==1.11.0
    # via pytest-xprocess
pylibmc==1.6.3
    # via -r tests.in
pyparsing==3.0.9
    # via packaging
pytest==7.2.0
    # via
    #   -r tests.in
    #   pytest-asyncio
    #   pytest-xprocess
pytest-asyncio==0.20.3
    # via -r tests.in
pytest-xprocess==0.21.0
    # via -r tests.in
redis==4.4.0
    # via -r tests.in
werkzeug==2.2.1
    # via flask
