diff options
| author | 2020-05-17 02:40:30 +0200 | |
|---|---|---|
| committer | 2020-05-17 02:40:30 +0200 | |
| commit | 0843728927fe73be2f2e2c37381ead1497debe11 (patch) | |
| tree | cfcb7a426c9e4793b547823212f172a3ca2b61ac /Pipfile | |
| parent | Implement .get, equality, and membership check (diff) | |
Add fakeredis to the Pipfile
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |