Files
FireExplorer/pyproject.toml
Nathan Woodburn 3d5d203831
All checks were successful
Build Docker / BuildImage (push) Successful in 1m0s
Check Code Quality / RuffCheck (push) Successful in 1m0s
feat: Add hip02 support
2025-11-21 00:24:51 +11:00

20 lines
375 B
TOML

[project]
name = "python-webserver-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cryptography>=46.0.3",
"flask>=3.1.2",
"gunicorn>=23.0.0",
"python-dotenv>=1.2.1",
"requests-doh>=1.0.0",
]
[dependency-groups]
dev = [
"pre-commit>=4.4.0",
"ruff>=0.14.5",
]