diff options
| author | 2020-05-16 12:24:34 +0200 | |
|---|---|---|
| committer | 2020-05-16 12:24:34 +0200 | |
| commit | 5382dd80611dcf24124477f0e09dfde668df1ace (patch) | |
| tree | c9c972b5cc46e59f495c1ef69be3b41b63330653 /Pipfile | |
| parent | Adding 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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |