Merge pull request #46 from matrix-org/identicons

Add a media/v1/identicon resource for generating identicons
This commit is contained in:
Mark Haines 2015-02-02 18:56:34 +00:00
commit 09601255f5
4 changed files with 55 additions and 0 deletions

View file

@ -16,6 +16,7 @@ REQUIREMENTS = {
"py-bcrypt": ["bcrypt"],
"frozendict>=0.4": ["frozendict"],
"pillow": ["PIL"],
"pydenticon": ["pydenticon"],
}
def github_link(project, version, egg):