core-lightning/contrib/pyln-proto/requirements.txt
Rusty Russell 47631cc23c pyln.proto.message: use BufferedIOBase instead of bytes for binary ops.
Instead of val_to_bin/val_from_bin which deal with bytes, we implement
read and write which use streams.  This simplifies the API. 

Suggested-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-12 15:35:35 +02:00

6 lines
72 B
Plaintext

bitstring==3.1.6
cryptography==2.8
coincurve==13.0.0
base58==1.0.2
mypy