[tool.poetry] name = "pyln-bolt4" version = "1.0.2.187.post0" description = "A pure python implementation of BOLT4" authors = ["Rusty Russell "] license = "MIT" packages = [ { include = "pyln/spec/bolt4" }, ] [tool.poetry.dependencies] python = "^3.7" [tool.poetry.dev-dependencies] pyln-proto = "^0.10.2" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"