#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
#    pip-compile --output-file=requirements-locked.txt pyproject.toml
#
asgiref==3.11.1
    # via
    #   django
    #   django-cors-headers
attrs==26.1.0
    # via
    #   jsonschema
    #   referencing
bcrypt==5.0.0
    # via tenxyte (pyproject.toml)
certifi==2026.2.25
    # via requests
cffi==2.0.0
    # via cryptography
charset-normalizer==3.4.7
    # via requests
colorama==0.4.6
    # via qrcode
cryptography==46.0.6
    # via
    #   django-cryptography
    #   google-auth
django==6.0.3
    # via
    #   django-appconf
    #   django-cors-headers
    #   django-cryptography
    #   djangorestframework
    #   drf-spectacular
    #   tenxyte (pyproject.toml)
django-appconf==1.2.0
    # via django-cryptography
django-cors-headers==4.9.0
    # via tenxyte (pyproject.toml)
django-cryptography==1.1
    # via tenxyte (pyproject.toml)
djangorestframework==3.17.1
    # via
    #   drf-spectacular
    #   tenxyte (pyproject.toml)
drf-spectacular==0.29.0
    # via tenxyte (pyproject.toml)
google-auth==2.49.1
    # via
    #   google-auth-oauthlib
    #   tenxyte (pyproject.toml)
google-auth-oauthlib==1.3.1
    # via tenxyte (pyproject.toml)
idna==3.11
    # via requests
inflection==0.5.1
    # via drf-spectacular
jsonschema==4.26.0
    # via drf-spectacular
jsonschema-specifications==2025.9.1
    # via jsonschema
oauthlib==3.3.1
    # via requests-oauthlib
pillow==12.2.0
    # via
    #   qrcode
    #   tenxyte (pyproject.toml)
pyasn1==0.6.3
    # via
    #   pyasn1-modules
    #   rsa
pyasn1-modules==0.4.2
    # via google-auth
pycparser==3.0
    # via cffi
pyjwt==2.12.1
    # via tenxyte (pyproject.toml)
pyotp==2.9.0
    # via tenxyte (pyproject.toml)
pyyaml==6.0.3
    # via drf-spectacular
qrcode[pil]==8.2
    # via tenxyte (pyproject.toml)
referencing==0.37.0
    # via
    #   jsonschema
    #   jsonschema-specifications
requests==2.33.1
    # via
    #   requests-oauthlib
    #   tenxyte (pyproject.toml)
requests-oauthlib==2.0.0
    # via google-auth-oauthlib
rpds-py==0.30.0
    # via
    #   jsonschema
    #   referencing
rsa==4.9.1
    # via google-auth
sqlparse==0.5.5
    # via django
typing-extensions==4.15.0
    # via referencing
tzdata==2026.1
    # via django
uritemplate==4.2.0
    # via drf-spectacular
urllib3==2.6.3
    # via requests
