We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c55d4 commit 5bfb982Copy full SHA for 5bfb982
Dockerfile
@@ -26,7 +26,7 @@ WORKDIR $SRC
26
ADD . $SRC/
27
28
RUN pip install --upgrade pip
29
-RUN pip install --process-dependency-links -e .[dev]
+RUN pip install -e .[dev]
30
31
# Run tests by default
32
CMD sh test.sh
setup.py
@@ -27,7 +27,7 @@
'ecdsa',
'zfec>=1.5.0',
'gipc',
- 'charm-crypto>=0.50',
+ 'charm-crypto @ https://github.com/JHUISI/charm.git@dev',
'coincurve',
]
33
@@ -81,7 +81,4 @@
81
'dev': dev_require + tests_require + docs_require,
82
'docs': docs_require,
83
},
84
- dependency_links=[
85
- 'git+https://github.com/JHUISI/charm.git@dev#egg=0.50',
86
- ],
87
)
0 commit comments