Skip to content

Commit

Permalink
Merge pull request #154 from talyian/fix_test_script_more
Browse files Browse the repository at this point in the history
add "mock" to setup.py
  • Loading branch information
Jimmy Tang committed Jun 25, 2015
2 parents 121169c + fac5706 commit 579df8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
packages=find_packages(),
package_data={'elastalert': ['schema.yaml']},
install_requires=[
'argparse',
'elasticsearch',
'jira==0.32', # jira.exceptions is missing from later versions
'argparse',
'jsonschema',
'mock',
'python-dateutil',
'PyStaticConfiguration',
'pyyaml',
'jsonschema',
'simplejson',
]
)

0 comments on commit 579df8d

Please sign in to comment.