#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
#    pip-compile --output-file=tests/requirements-test.txt tests/requirements-test.in
#
asgiref==3.7.2
    # via django
certifi==2023.5.7
    # via requests
charset-normalizer==3.1.0
    # via requests
django==4.2.2
    # via -r tests/requirements-test.in
idna==3.4
    # via requests
iniconfig==2.0.0
    # via pytest
packaging==23.1
    # via pytest
pluggy==1.2.0
    # via pytest
psycopg2-binary==2.9.6
    # via -r tests/requirements-test.in
pytest==7.4.0
    # via
    #   -r tests/requirements-test.in
    #   pytest-django
pytest-django==4.5.2
    # via -r tests/requirements-test.in
requests==2.31.0
    # via -r tests/requirements-test.in
sqlparse==0.4.4
    # via django
urllib3==2.0.3
    # via requests
