mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 08:04:07 -04:00
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…
Add table
Add a link
Reference in a new issue