From ec212c66167759a2a40b13d5efc47d883816d4da Mon Sep 17 00:00:00 2001 From: Daniyal Date: Mon, 24 May 2021 05:31:50 +0530 Subject: 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. --- tests/requirements/py3.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/requirements') 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 -- cgit v1.2.1