summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-01-18 23:26:50 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-16 09:40:30 +0200
commitb4d46df5cad6c936d83dd4f8038d0dc1121bc21e (patch)
tree7c200907ff9b349c0d160480cacd088ba23caa63 /tests/requirements
parentcda0a3d7773b44c28669dfa1a41cb6203c5c298e (diff)
downloaddjango-b4d46df5cad6c936d83dd4f8038d0dc1121bc21e.tar.gz
Fixed #29887 -- Added a cache backend for pymemcache.
Diffstat (limited to 'tests/requirements')
-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 694b803b36..d5c59b4e30 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -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'