Add support for serving users' avatars through the Libravatar API

This commit is contained in:
Danielle McLean 2018-03-23 12:56:13 +11:00
parent 6fb289727c
commit 43348a89da
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
8 changed files with 152 additions and 37 deletions

View file

@ -47,6 +47,7 @@ django-cors-headers = "*"
pytest-django = "*"
"argon2-cffi" = "*"
python-baseconv = "*"
django-computed-property = "*"
[dev-packages]