chore: get rid of secp lib (#114)

* chore: get rid of secp lib

* fixup!
This commit is contained in:
dni ⚡ 2025-11-04 10:34:24 +01:00 committed by GitHub
parent 3a8c16d155
commit 9c00adbf2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 24 deletions

View file

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