1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29887 -- Added a cache backend for pymemcache.

This commit is contained in:
Nick Pope
2019-01-18 23:26:50 +00:00
committed by Mariusz Felisiak
parent cda0a3d777
commit b4d46df5ca
6 changed files with 89 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ numpy
Pillow >= 6.2.0
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0
python-memcached >= 1.59
pytz
pywatchman; sys.platform != 'win32'