Files
emergency-access/pyproject.toml
Nathan Woodburn b4d255b1ff
All checks were successful
Build Docker / BuildImage (push) Successful in 2m4s
feat: Add support for multiple yubikeys
2025-12-27 20:20:24 +11:00

17 lines
383 B
TOML

[project]
name = "emergency-access"
version = "0.1.0"
description = "Display emergency info using YubiKey to access"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"flask>=3.1.2",
"flask-session>=0.8.0",
"gunicorn>=23.0.0",
"markdown>=3.10",
"pygments>=2.19.2",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"yubico-client>=1.13.0",
]