aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-05-16 12:24:34 +0200
committerGravatar Leon Sandøy <[email protected]>2020-05-16 12:24:34 +0200
commit5382dd80611dcf24124477f0e09dfde668df1ace (patch)
treec9c972b5cc46e59f495c1ef69be3b41b63330653 /Pipfile
parentAdding redis to docker-compose file. (diff)
Adding redis-py to the Pipfile
This is the module we will be using to interface with Redis.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 14c9ef926..5f85b1e51 100644
--- a/Pipfile
+++ b/Pipfile
@@ -23,6 +23,7 @@ colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
statsd = "~=3.3"
feedparser = "~=5.2"
beautifulsoup4 = "~=4.9"
+redis = ">=3.5"
[dev-packages]
coverage = "~=5.0"