Merge pull request #390 from kmike/mock-in-tox

mock is required for running tests
This commit is contained in:
Pablo Hoffman 2013-09-17 15:51:54 -07:00
commit ee8464b471
3 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,6 @@ twisted
boto
Pillow
django
# testing requirements
mock

View File

@ -4,3 +4,6 @@ lxml==2.2.4
twisted==10.0.0
boto==1.9b
Pillow<2.0
# testing requirements
mock==1.0.1

View File

@ -5,3 +5,6 @@ twisted==11.1.0
boto==2.2.2
Pillow<2.0
django==1.3.1
# testing requirements
mock==1.0.1