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:
committed by
Mariusz Felisiak
parent
cda0a3d777
commit
b4d46df5ca
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user