add mock to local and test requirements

This commit is contained in:
Jan Dittberner 2014-06-01 11:25:10 +02:00
parent 8cec71fe1f
commit 79ced4a7e7
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Local development dependencies go here
-r base.txt
coverage==3.7.1
mock==1.0.1
django-debug-toolbar==1.2.1
Sphinx==1.2.2
releases==0.6.1

View File

@ -1,3 +1,4 @@
# Test dependencies go here.
-r base.txt
coverage==3.7.1
mock==1.0.1