summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorDaniyal <abbasi.daniyal98@gmail.com>2021-05-24 05:31:50 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-14 15:50:08 +0200
commitec212c66167759a2a40b13d5efc47d883816d4da (patch)
tree740bed1fef217361ef973c732045de73bb6f64d1 /tests/requirements
parent676bd084f2509f4201561d5c77ed4ecbd157bfa0 (diff)
downloaddjango-ec212c66167759a2a40b13d5efc47d883816d4da.tar.gz
Fixed #33012 -- Added Redis cache backend.
Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews and mentoring this Google Summer of Code 2021 project.
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 af06c4e5f6..893e47a914 100644
--- a/tests/requirements/py3.txt
+++ b/tests/requirements/py3.txt
@@ -15,6 +15,7 @@ python-memcached >= 1.59
pytz
pywatchman; sys.platform != 'win32'
PyYAML
+redis >= 3.0.0
selenium
sqlparse >= 0.2.2
tblib >= 1.5.0