summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-02 11:40:22 +0000
committerErik Johnston <erik@matrix.org>2014-12-02 11:40:22 +0000
commitc1e66800a937351614b2d19cdebbb141f786b03a (patch)
treea6d44d39738a92fadc2e1fe9ed834701283c1e25 /setup.py
parentChange DomainSpecificString so that it doesn't use a HomeServer object (diff)
downloadsynapse-c1e66800a937351614b2d19cdebbb141f786b03a.tar.xz
Begin fleshing out a new Event object
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 9b38f790b9..d1b8f0680a 100755
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ setup(
         "pynacl",
         "daemonize",
         "py-bcrypt",
+        "frozendict>=0.4",
     ],
     dependency_links=[
         "https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2",