Skip to content
Snippets Groups Projects
Commit 76004093 authored by Robert Latta's avatar Robert Latta
Browse files

added ims update endpoint; specified kobu version

parent 97ff6794
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ def create_app():
from inventory_provider.routes import ims_classifier
app.register_blueprint(ims_classifier.routes, url_prefix='/ims-classifier')
from inventory_provider.routes import ims_jobs
app.register_blueprint(ims_jobs.routes, url_prefix='/ims-jobs')
# end of IMS based routes
# OTRS routes
......
......@@ -5,6 +5,7 @@ jsonschema==3.2.0
paramiko
flask
redis==3.2.1
kombu==4.5.0
vine==1.3.0
celery==4.3.0
junos-eznc==2.2.1
......
......@@ -17,6 +17,7 @@ setup(
'paramiko',
'flask',
'redis==3.2.1',
'kombu==4.5.0',
'vine==1.3.0',
'celery==4.3.0',
'junos-eznc==2.2.1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment