add mock to test dependencies

master
Justin Riley 2016-08-03 00:37:45 -04:00
parent 679f3a0369
commit ca951f324a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ setup(
"pytest>=2.9.2", "pytest>=2.9.2",
"testfixtures>=4.10.0", "testfixtures>=4.10.0",
"vcrpy>=1.9.0", "vcrpy>=1.9.0",
"mock>=2.0.0",
], ],
entry_points=dict(console_scripts=['onedns = onedns.cli:main']), entry_points=dict(console_scripts=['onedns = onedns.cli:main']),
zip_safe=False zip_safe=False