diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-04 16:45:33 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-04 16:45:33 +0000 |
commit | 3068210a93e6240dd35445f272ec36edd188de83 (patch) | |
tree | e432265ca82cf832e1b4d1ec3160113f07e24be8 | |
parent | Determine webclient path by the python module it is contained in (diff) | |
download | synapse-3068210a93e6240dd35445f272ec36edd188de83.tar.xz |
SYN-112: Get pynacl from github instead of PyPI
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index 0cb56c400f..f5976cd762 100755 --- a/setup.py +++ b/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", |