Files
brk/scripts/mempool_compat/pyproject.toml
2026-04-12 18:00:02 +02:00

12 lines
183 B
TOML

[project]
name = "mempool-compat"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = [
"pytest>=7.0",
"requests>=2.28",
]
[tool.pytest.ini_options]
testpaths = ["."]