mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
reqs: Remove wallycore, no longer needed for CI tests
With the migration from a python plugin to the `funder` plugin, we removed our dependency on wallycore python libs
This commit is contained in:
parent
3c4c8d4fa0
commit
5d69964dde
@ -1,7 +1,4 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user