mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
1bebdfdd5f
They are currently not installable due to circular dependencies and stuff, so we just add their source to the path and lnprototest will pick them up from there.
18 lines
785 B
Plaintext
18 lines
785 B
Plaintext
# Dependencies required to build and test c-lightning
|
|
https://github.com/ElementsProject/libwally-core/releases/download/release_0.8.0/wallycore-0.8.0-cp36-cp36m-linux_x86_64.whl; 'linux' in sys_platform and python_version == '3.6'
|
|
https://github.com/ElementsProject/libwally-core/releases/download/release_0.8.0/wallycore-0.8.0-cp37-cp37m-linux_x86_64.whl; 'linux' in sys_platform and python_version == '3.7'
|
|
https://github.com/ElementsProject/libwally-core/releases/download/release_0.8.0/wallycore-0.8.0-cp37-cp37m-macosx_10_14_x86_64.whl; sys_platform == 'darwin' and python_version == '3.7'
|
|
mrkd ~= 0.1.6
|
|
Mako ~= 1.1.3
|
|
flake8 ~= 3.7.8
|
|
|
|
./contrib/pyln-client
|
|
./contrib/pyln-proto
|
|
./contrib/pyln-testing
|
|
|
|
# Dependencies from pyln-spec
|
|
# None
|
|
|
|
# Dependencies from lnprototest
|
|
crc32c
|