We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2b2ff commit f36601bCopy full SHA for f36601b
requirements.txt
@@ -16,7 +16,7 @@ netifaces==0.10.7
16
networkx==2.1.0
17
psutil==5.4.5
18
pycryptodome==3.6.1
19
-git+https://github.com/raiden-network/raiden-libs.git@3b0c83f99c6f5994d3db74fe78ded0feb13f1350#egg=raiden-libs
+raiden-libs==0.1.4
20
raiden-contracts==0.2.0
21
webargs==1.8.1
22
eth-keyfile==0.5.1
setup.py
@@ -84,11 +84,6 @@ def run(self):
84
85
install_requires_replacements = {
86
'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',
92
}
93
94
install_requires = list(set(
0 commit comments