| commit | c678d0437930098277ab67a2b7bacee4ed283842 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 18 13:51:27 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 18 13:51:27 2018 -0400 |
| tree | 9f3f608e6e066e581254a1bbe27e11f0bfd8f2b9 | |
| parent | 4c7ca7f4c5972292e44d9cf38afff2f435ce8f9b [diff] [blame] |
add devops stages Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index 96c9e49..6185b54 100644 --- a/setup.py +++ b/setup.py
@@ -23,7 +23,7 @@ ], install_requires=[ - 'CherryPy', 'pymongo', 'jsonchema' + 'CherryPy', 'pymongo', 'jsonschema' ], # setup_requires=['setuptools-version-command'], # test_suite='nose.collector',