diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-05 16:29:36 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-05 16:29:36 +0000 |
commit | 05e48c5d4ba9e446896f6fba3483826952758f46 (patch) | |
tree | 02618d1160e954fb00fb4df82cead106ad130074 /setup.py | |
parent | Add a class for generating thumbnails using PIL (diff) | |
download | synapse-05e48c5d4ba9e446896f6fba3483826952758f46.tar.xz |
Add pillow to dependencies
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 d0d649612d..249819cafd 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( "pynacl", "daemonize", "py-bcrypt", + "pillow", ], dependency_links=[ "https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2", |