diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-02 11:40:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-02 11:40:22 +0000 |
commit | c1e66800a937351614b2d19cdebbb141f786b03a (patch) | |
tree | a6d44d39738a92fadc2e1fe9ed834701283c1e25 /setup.py | |
parent | Change DomainSpecificString so that it doesn't use a HomeServer object (diff) | |
download | synapse-c1e66800a937351614b2d19cdebbb141f786b03a.tar.xz |
Begin fleshing out a new Event object
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
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", |