summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-17 20:35:28 +0100
committerErik Johnston <erik@matrix.org>2014-10-17 20:35:28 +0100
commit5356044b77f0c080c67e7825515a87acc133bf0c (patch)
tree20d4de539ed26afcd7674ad14d81a4c193bf6315 /setup.py
parentBump version and changelog (diff)
downloadsynapse-5356044b77f0c080c67e7825515a87acc133bf0c.tar.xz
Bump syutil dependency
Diffstat (limited to '')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py

index a9470b4c9e..7a7e53af39 100755 --- a/setup.py +++ b/setup.py
@@ -31,7 +31,7 @@ setup( packages=find_packages(exclude=["tests"]), description="Reference Synapse Home Server", install_requires=[ - "syutil==0.0.1", + "syutil==0.0.2", "Twisted>=14.0.0", "service_identity>=1.0.0", "pyyaml", @@ -41,7 +41,7 @@ setup( "py-bcrypt", ], dependency_links=[ - "git+ssh://git@github.com/matrix-org/syutil.git#egg=syutil-0.0.1", + "git+ssh://git@github.com/matrix-org/syutil.git#egg=syutil-0.0.2", ], setup_requires=[ "setuptools_trial",