We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16b63d commit bfc520bCopy full SHA for bfc520b
requirements-dev.txt
@@ -13,4 +13,5 @@ flake8-black
13
flake8-isort
14
15
# Testing
16
-fakeredis>=1.0.3
+# Pin fakeredis to <2.27.0 because newer versions do not support Python 3.8
17
+fakeredis>=1.0.3,<2.27.0
0 commit comments