diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-10-29 23:57:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 23:57:24 +1100 |
commit | 4cd1c9f2ffa46bc8ed258da200ae3b8ba25fcbb5 (patch) | |
tree | bd545de1924d74d69093eefcc350524dbc31822d /synapse/python_dependencies.py | |
parent | Merge pull request #4100 from matrix-org/rav/room_upgrade_avatar (diff) | |
download | synapse-4cd1c9f2ffa46bc8ed258da200ae3b8ba25fcbb5.tar.xz |
Delete the disused & unspecced identicon functionality (#4106)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
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"], |