aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-05-17 02:40:30 +0200
committerGravatar Leon Sandøy <[email protected]>2020-05-17 02:40:30 +0200
commit0843728927fe73be2f2e2c37381ead1497debe11 (patch)
treecfcb7a426c9e4793b547823212f172a3ca2b61ac /Pipfile
parentImplement .get, equality, and membership check (diff)
Add fakeredis to the Pipfile
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 5f85b1e51..40ae52761 100644
--- a/Pipfile
+++ b/Pipfile
@@ -23,10 +23,11 @@ colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
statsd = "~=3.3"
feedparser = "~=5.2"
beautifulsoup4 = "~=4.9"
-redis = ">=3.5"
+redis = "~=3.5"
[dev-packages]
coverage = "~=5.0"
+fakeredis = "~=1.4"
flake8 = "~=3.7"
flake8-annotations = "~=2.0"
flake8-bugbear = "~=20.1"