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',