summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-09-01 20:50:32 +0100
committerMark Haines <mark.haines@matrix.org>2014-09-01 20:50:32 +0100
commit118b2504735d34574121705aa7105835f410cd5c (patch)
treeddd90a77143be10d858e1681469f51dfeb06c70a /setup.py
parentUse yaml for config file (diff)
downloadsynapse-118b2504735d34574121705aa7105835f410cd5c.tar.xz
add pyyaml dependency for config files
Diffstat (limited to '')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 59ac4fbf94..0eec5c9354 100755
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setup(
         "syutil==0.0.1",
         "Twisted>=14.0.0",
         "service_identity>=1.0.0",
+        "pyyaml",
         "pyasn1",
         "pynacl",
         "daemonize",