This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
core-lightning
Watch
1
Star
0
Fork
You've already forked core-lightning
0
mirror of
https://github.com/ElementsProject/lightning.git
synced
2025-03-03 10:46:58 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
28080b2e69
core-lightning
/
contrib
/
pyln-proto
/
requirements.txt
4 lines
53 B
Text
Raw
Normal View
History
Unescape
Escape
pyln-proto: Added a couple of utilities to manage onions and zbase32
2020-01-20 14:03:33 +01:00
bitstring==3.1.6
pyln: Split pylightning into multiple pyln modules This is the first step to transition to a better organized python module structure. Sadly we can't reuse the `pylightning` module as a namespace module since having importable things in the top level of the namespace is not allowed in any of the namespace variants [1], hence we just switch over to the `pyln` namespace. The code the was under `lightning` will now be reachable under `pyln.client` and we add the `pyln.proto` module for all the things that are independent of talking to lightningd and can be used for protocol testing. [1] https://packaging.python.org/guides/packaging-namespace-packages/ Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-07-23 15:26:28 +02:00
cryptography==2.7
coincurve==12.0.0
Reference in a new issue
Copy permalink