Files
lightning/requirements.txt
Christian Decker 0f217d32fa python: Use relative URLs for pyln-{client,proto,testing}
This allows to not have to worry about the source of the installation,
and we always use our in-tree version. It also means we pull in the
requirements.txt files through the setup.py and don't need to
replicate them.
2021-04-08 10:34:14 +09:30

23 lines
891 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
pyln.bolt1==1.0.1.137
pyln.bolt2==1.0.1.137
pyln.bolt4==1.0.1.137
pyln.bolt7==1.0.1.137
coincurve==13.0.0
crc32c