Skip to content

Commit f36601b

Browse files
committed
Update to new libs release
1 parent 6a2b2ff commit f36601b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ netifaces==0.10.7
1616
networkx==2.1.0
1717
psutil==5.4.5
1818
pycryptodome==3.6.1
19-
git+https://github.com/raiden-network/raiden-libs.git@3b0c83f99c6f5994d3db74fe78ded0feb13f1350#egg=raiden-libs
19+
raiden-libs==0.1.4
2020
raiden-contracts==0.2.0
2121
webargs==1.8.1
2222
eth-keyfile==0.5.1

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ def run(self):
8484

8585
install_requires_replacements = {
8686
'git+https://github.com/LefterisJP/pystun@develop#egg=pystun': 'pystun',
87-
(
88-
'git+https://github.com/raiden-network/raiden-libs.git'
89-
'@3b0c83f99c6f5994d3db74fe78ded0feb13f1350'
90-
'#egg=raiden-libs'
91-
): 'raiden-libs',
9287
}
9388

9489
install_requires = list(set(

0 commit comments

Comments
 (0)