Added memcached as requirement; the caching needs this to work well.

- Legacy-Id: 9696
This commit is contained in:
Henrik Levkowetz 2015-06-25 09:58:34 +00:00
parent 9f2e7ef72d
commit e46ce52e6a

View file

@ -16,6 +16,7 @@ pyflakes>=0.8.1
pyquery>1.2.4
python-dateutil>=2.2
python-magic>=0.4.6
python-memcached>=1.48 # for django.core.cache.backends.memcached
pytz>=2014.7
setuptools>=1.2
six>=1.8.0