summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-29 23:57:24 +1100
committerGitHub <noreply@github.com>2018-10-29 23:57:24 +1100
commit4cd1c9f2ffa46bc8ed258da200ae3b8ba25fcbb5 (patch)
treebd545de1924d74d69093eefcc350524dbc31822d /synapse/python_dependencies.py
parentMerge pull request #4100 from matrix-org/rav/room_upgrade_avatar (diff)
downloadsynapse-4cd1c9f2ffa46bc8ed258da200ae3b8ba25fcbb5.tar.xz
Delete the disused & unspecced identicon functionality (#4106)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 943876456b..ca62ee7637 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -51,7 +51,6 @@ REQUIREMENTS = {
     "daemonize>=2.3.1": ["daemonize"],
     "bcrypt>=3.1.0": ["bcrypt>=3.1.0"],
     "pillow>=3.1.2": ["PIL"],
-    "pydenticon>=0.2": ["pydenticon"],
     "sortedcontainers>=1.4.4": ["sortedcontainers"],
     "psutil>=2.0.0": ["psutil>=2.0.0"],
     "pysaml2>=3.0.0": ["saml2"],