summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-11-04 16:45:33 +0000
committerMark Haines <mark.haines@matrix.org>2014-11-04 16:45:33 +0000
commit3068210a93e6240dd35445f272ec36edd188de83 (patch)
treee432265ca82cf832e1b4d1ec3160113f07e24be8 /setup.py
parentDetermine webclient path by the python module it is contained in (diff)
downloadsynapse-3068210a93e6240dd35445f272ec36edd188de83.tar.xz
SYN-112: Get pynacl from github instead of PyPI
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
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",