forked from MirrorHub/synapse
SYN-112: Get pynacl from github instead of PyPI
This commit is contained in:
parent
dca3ba2f77
commit
3068210a93
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -43,6 +43,7 @@ setup(
|
|||
],
|
||||
dependency_links=[
|
||||
"https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2",
|
||||
"https://github.com/pyca/pynacl/tarball/52dbe2dc33f1#egg=pynacl-0.3.0",
|
||||
],
|
||||
setup_requires=[
|
||||
"setuptools_trial",
|
||||
|
|
Loading…
Reference in a new issue