global: snap

This commit is contained in:
nym21
2026-04-12 18:00:02 +02:00
parent 18d9c166d8
commit c3cef71aa3
36 changed files with 2366 additions and 371 deletions

View 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 = ["."]