Files
FireExplorer/pyproject.toml
Nathan Woodburn f0d233b2f6
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 2m17s
Build Docker / BuildImage (push) Successful in 2m39s
feat: Add new OG images
2026-02-25 22:25:38 +11:00

20 lines
376 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",
"python-dotenv>=1.2.1",
"requests-doh>=1.0.0",
]
[dependency-groups]
dev = [
"pre-commit>=4.4.0",
"ruff>=0.14.5",
]