summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-02-02 17:37:26 +0000
committerMark Haines <mark.haines@matrix.org>2015-02-02 17:37:26 +0000
commita2da04b8ab269a8353ecfca20132c273e972a4db (patch)
tree5b5daf391f23d7a9ed978a07b2fffdf2f0912c03
parentAdd Cache-Control header to identicon (diff)
downloadsynapse-a2da04b8ab269a8353ecfca20132c273e972a4db.tar.xz
Add pydenticon to python_dependencies
-rw-r--r--synapse/python_dependencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 826a36f203..168fab0658 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"],
 }