# Pinned to the versions in uv.lock, which is the authoritative resolution
# (with hashes) for a development or CI environment: `uv sync` in mobile/.
# pyproject.toml carries the version floors that installs must satisfy.
tornado==6.5.8
cryptography==50.0.0
cffi==2.1.1; python_version >= "3.10"
cffi==2.0.0; python_version < "3.10"
pycparser==3.0; python_version >= "3.10"
pycparser==2.23; python_version < "3.10"
