rgb-cln/contrib/pyln-spec/bolt7
Christian Decker 722f2911df py: Disentangle pyln dependencies
Turns out that the pyln-proto dependency in the bolt packages is only
needed for testing, not for production. Making it a dev-dependency
means it isn't considered in resolution anymore.

Since the bolt, testing and client packages are to be used outside
from the project we can't use relative dependencies either, so make
then dependent on the version on PyPI. This also means we had to push
a couple of updated to PyPI.

Changelog-None
2022-03-22 19:17:13 +10:30
..
pyln/spec/bolt7 pyln: Migrate pyln-bolt7 to PEP517 (poetry) 2022-03-08 05:00:36 +10:30
tests pyln.spec.bolt*: make these separate packages, so versions can change indep. 2020-06-25 10:08:58 +02:00
.gitignore pyln: Migrate pyln-bolt7 to PEP517 (poetry) 2022-03-08 05:00:36 +10:30
pyproject.toml py: Disentangle pyln dependencies 2022-03-22 19:17:13 +10:30