Fix issue #949 - Add mock as dependency

This commit is contained in:
Anthony Miyaguchi 2017-05-16 14:52:54 -07:00
parent 6ff8d500e5
commit 601fd8a7b4

View File

@ -15,6 +15,7 @@ install_requires = [
"pyaml",
"pytz",
"python-dateutil",
"mock",
]
extras_require = {