X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=01f6dea0da59e6760aac81593c690c81dcfcede3;hb=95b92b3dacfd93fa1649a5f87dafd2fa6553a086;hp=7b810efacbee2abeb1b08d59c452797812586127;hpb=063fe7cfa4fd0179981d84814fff132445739d01;p=osm%2FMON.git diff --git a/setup.py b/setup.py index 7b810ef..01f6dea 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ _license = 'Apache 2.0' _copyright = 'Intel Research and Development Ireland' _url = 'https://osm.etsi.org/gitweb/?p=osm/MON.git;a=tree' _requirements = [ - "MySQL-python", + "MySQL-python", "requests", "logutils", "cherrypy", @@ -57,6 +57,7 @@ _requirements = [ "pyopenssl", "cherrypy", "bottle", + "six", ] setup(name="mon_core",