From 5d69964dde97a52145edcb3ba251f57f6671e4c6 Mon Sep 17 00:00:00 2001 From: niftynei Date: Tue, 1 Jun 2021 12:20:26 -0500 Subject: [PATCH] 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 --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 006d91723..ef5e2b9dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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