refactor: get rid of secp lib (#40)
This commit is contained in:
parent
35584a230f
commit
a53d2d7767
4 changed files with 14 additions and 14 deletions
|
|
@ -30,12 +30,6 @@ init_typed = true
|
|||
warn_required_dynamic_aliases = true
|
||||
warn_untyped_fields = true
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
"secp256k1.*",
|
||||
]
|
||||
ignore_missing_imports = "True"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = false
|
||||
testpaths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue