generated from nathanwoodburn/python-webserver-template
All checks were successful
Build Docker / BuildImage (push) Successful in 2m4s
17 lines
383 B
TOML
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",
|
|
]
|