refactor: get rid of libsecp (#49)

* refactor: get rid of libsecp

* fixup!
This commit is contained in:
dni ⚡ 2025-11-04 10:30:00 +01:00 committed by GitHub
parent e66f997853
commit c871a42a85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 41 deletions

View file

@ -29,7 +29,6 @@ plugins = ["pydantic.mypy"]
[[tool.mypy.overrides]]
module = [
"nostr.*",
"secp256k1.*",
]
follow_imports = "skip"
ignore_missing_imports = "True"