Files
FireExplorer/pyproject.toml
Nathan Woodburn 612ead6e63
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 45s
Build Docker / BuildImage (push) Successful in 49s
feat: Move from svg to png
2026-02-25 22:55:41 +11:00

21 lines
398 B
TOML

[project]
name = "fireexplorer"
version = "0.1.0"
description = "A hot new Handshake Blockchain Explorer"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cryptography>=46.0.3",
"flask>=3.1.2",
"gunicorn>=23.0.0",
"pillow>=11.3.0",
"python-dotenv>=1.2.1",
"requests-doh>=1.0.0",
]
[dependency-groups]
dev = [
"pre-commit>=4.4.0",
"ruff>=0.14.5",
]