Added memcached as requirement; the caching needs this to work well.
- Legacy-Id: 9696
This commit is contained in:
parent
9f2e7ef72d
commit
e46ce52e6a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue