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:
niftynei 2021-06-01 12:20:26 -05:00 committed by Rusty Russell
parent 3c4c8d4fa0
commit 5d69964dde

View File

@ -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