added REST API endpoint to OpenStack example to have son-emu-cli working
[osm/vim-emu.git] / setup.py
index 186356c..d81f8a1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -54,9 +54,11 @@ setup(name='emuvim',
           'Flask',
           'flask_restful',
           'docker==2.0.2',
+          'urllib3==1.21.1',
           'requests',
           'prometheus_client',
-          'urllib3'
+          'ipaddress',
+          'simplejson'
       ],
       zip_safe=False,
       entry_points={