mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -07:00
12 lines
183 B
TOML
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 = ["."]
|