summaryrefslogtreecommitdiff
path: root/tests/requirements/py3.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-12-09 21:27:32 +0100
committerGitHub <noreply@github.com>2020-12-09 21:27:32 +0100
commit5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48 (patch)
treee1e99006ce06ced4175767998ba684e9dd0ee4b7 /tests/requirements/py3.txt
parent2c5d6dc44779448de1497f32c925c96975fae461 (diff)
Fixed #32193 -- Deprecated MemcachedCache.
Diffstat (limited to 'tests/requirements/py3.txt')
-rw-r--r--tests/requirements/py3.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index a51bda55ad..98f9ae94fd 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -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'