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

Fixed #32193 -- Deprecated MemcachedCache.

This commit is contained in:
Mariusz Felisiak
2020-12-09 21:27:32 +01:00
committed by GitHub
parent 2c5d6dc447
commit 5ce31d6a71
9 changed files with 78 additions and 40 deletions

View File

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