Install python-memcached so it can be used to access Memcached

This commit is contained in:
Danielle McLean 2017-10-23 17:54:59 +11:00
parent 053893ffdb
commit aa132c6aed
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 15 additions and 1 deletions

View file

@ -12,6 +12,7 @@ django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
pillow = "*"
python-memcached = "*"
[dev-packages]