~le-chi-thu/lava-test/add-verbose-argument

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Zygmunt Krynicki
  • Date: 2012-02-06 15:48:33 UTC
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: zygmunt.krynicki@linaro.org-20120206154833-xyj323f1ls3t2ga8
Add a dependency on mocker

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    ],
63
63
    tests_require=[
64
64
        'unittest2',
 
65
        'mocker >= 1.1',
65
66
    ],
66
67
    zip_safe=False,
67
68
    include_package_data=True)