mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 19:44:51 -04:00
Add a media/v1/identicon resource for generating identicons using pydenticon
This commit is contained in:
parent
6e856d7729
commit
22c1ffb0a0
3 changed files with 51 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -43,6 +43,7 @@ setup(
|
|||
"py-bcrypt",
|
||||
"frozendict>=0.4",
|
||||
"pillow",
|
||||
"pydenticon",
|
||||
],
|
||||
dependency_links=[
|
||||
"https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue