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