pylightning: fix requirements to work with pyln-client

Without this, we cannot pip install pylightning and pyln-client in the
same environment anymore, as it tries to pull in an incompatible version
of pyln-client.

Changelog-None
This commit is contained in:
Michael Schmoock 2021-08-16 21:28:02 +02:00 committed by Rusty Russell
parent fe86c117d9
commit da0b159323

View file

@ -1 +1 @@
pyln-client ~= 0.9.3
pyln-client >= 0.9.3