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 /synapse/python_dependencies.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 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index da15c6da45..a89d618606 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -16,6 +16,7 @@ REQUIREMENTS = { "py-bcrypt": ["bcrypt"], "frozendict>=0.4": ["frozendict"], "pillow": ["PIL"], + "pydenticon": ["pydenticon"], } def github_link(project, version, egg): |