typing-extensions>=4.0.0

[all]
cryptography>=41.0.0
uuid-utils>=0.6.0
fastapi>=0.103.0
uvicorn[standard]>=0.23.0
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
pydantic>=2.0.0

[crypto]
cryptography>=41.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
mypy>=1.0.0
ruff>=0.1.0

[gateway]
fastapi>=0.103.0
uvicorn[standard]>=0.23.0
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
pydantic>=2.0.0

[uuid7]
uuid-utils>=0.6.0
