Skip to content

Commit 0f217d3

Browse files
cdeckerrustyrussell
authored andcommitted
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.
1 parent d247772 commit 0f217d3

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

requirements.txt

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,11 @@ https://github.com/ElementsProject/libwally-core/releases/download/release_0.8.0
44
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'
55
mrkd ~= 0.1.6
66
Mako ~= 1.1.3
7+
flake8 ~= 3.7.8
78

8-
# Dependencies from pyln-client
9-
Sphinx ~= 3.4.0
10-
flake8==3.7.8
11-
recommonmark>=0.7.*
12-
sphinx-rtd-theme==0.4.2
13-
sphinxcontrib-websupport==1.1.0
14-
tqdm==4.32.2
15-
16-
# Dependencies from pyln-testing
17-
Flask==1.1.*
18-
cheroot==8.5.*
19-
ephemeral-port-reserve==1.1.1
20-
filelock==3.0.*
21-
flaky ~= 3.7.0
22-
psutil==5.7.*
23-
psycopg2-binary==2.8.*
24-
pytest-rerunfailures==9.1.1
25-
pytest-timeout ~= 1.4.2
26-
pytest-xdist ~= 2.2.0
27-
pytest==6.1.*
28-
python-bitcoinlib==0.11.*
29-
30-
# Dependencies from pyln-proto
31-
base58 ~= 2.0.1
32-
bitstring ~= 3.1.6
33-
coincurve ~= 13.0.0
34-
cryptography ~= 3.2
35-
mypy ~= 0.790
36-
pysocks ~= 1.7.1
9+
./contrib/pyln-client
10+
./contrib/pyln-proto
11+
./contrib/pyln-testing
3712

3813
# Dependencies from pyln-spec
3914
# None

0 commit comments

Comments
 (0)