Make mock a requirement, not dev-requirement
This commit is contained in:
parent
f59fd3379e
commit
75b6a6919f
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
mock==1.0.1
|
|
||||||
pytest==3.5.1
|
pytest==3.5.1
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
mockredispy==2.9.3
|
mockredispy==2.9.3
|
||||||
|
|
|
@ -5,3 +5,4 @@ Werkzeug==0.9.4
|
||||||
itsdangerous==0.23
|
itsdangerous==0.23
|
||||||
redis==2.8.0
|
redis==2.8.0
|
||||||
cryptography==1.8.1
|
cryptography==1.8.1
|
||||||
|
mock==1.0.1
|
||||||
|
|
Loading…
Reference in a new issue