Fix issue #949 - Add mock as dependency
This commit is contained in:
parent
6ff8d500e5
commit
601fd8a7b4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -15,6 +15,7 @@ install_requires = [
|
|||
"pyaml",
|
||||
"pytz",
|
||||
"python-dateutil",
|
||||
"mock",
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue