Add a media/v1/identicon resource for generating identicons using pydenticon

This commit is contained in:
Mark Haines 2015-02-02 16:02:31 +00:00
parent 6e856d7729
commit 22c1ffb0a0
3 changed files with 51 additions and 0 deletions

View file

@ -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",