mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-01 18:09:59 -07:00
global: snap
This commit is contained in:
11
scripts/mempool_compat/pyproject.toml
Normal file
11
scripts/mempool_compat/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "mempool-compat"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"pytest>=7.0",
|
||||
"requests>=2.28",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["."]
|
||||
Reference in New Issue
Block a user