diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-02-02 18:56:34 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-02-02 18:56:34 +0000 |
commit | 09601255f5ed13486de287bea007e0188827dc12 (patch) | |
tree | 0d7ab17449fdea0a74f45dc1845233e66f6a055b /setup.py | |
parent | less obscure xargs (diff) | |
parent | Add pydenticon to python_dependencies (diff) | |
download | synapse-09601255f5ed13486de287bea007e0188827dc12.tar.xz |
Merge pull request #46 from matrix-org/identicons
Add a media/v1/identicon resource for generating identicons
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 28e8188f94..bd2766b24c 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup( "py-bcrypt", "frozendict>=0.4", "pillow", + "pydenticon", ], dependency_links=[ "https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2", |