generated from nathanwoodburn/python-webserver-template
feat: Add support for multiple yubikeys
All checks were successful
Build Docker / BuildImage (push) Successful in 2m4s
All checks were successful
Build Docker / BuildImage (push) Successful in 2m4s
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user