Skip to content

Commit

Permalink
Update requirements-dev.txt to include latest redis (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmaske committed Apr 12, 2019
1 parent 7270a53 commit d4e1443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ pytest-cov==2.6.1
pytest-mock==1.10.1
python-coveralls==2.9.1
coverage==4.5.2
fakeredis==0.16.0
fakeredis==1.0.3
mock==1.0.1
Flask
celery
redis==3.2.1
six==1.12.0
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ deps=
pytest-mock==1.10.1
python-coveralls==2.9.1
coverage==4.5.2
fakeredis==0.16.0
fakeredis==1.0.3
mock==1.0.1
redis==3.2.1

0 comments on commit d4e1443

Please sign in to comment.