X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=fe53cb01afa171ca9075aa36edb80ffe06ca2c21;hb=ea3d50fc8145b8182ce8dd191ae750b42f5ff2ba;hp=7a7e110a4b2f58993d39e2bf95f56eadcd45da5b;hpb=8a3ccd4c23c41b30126ae548a575233cba11cc4d;p=osm%2FN2VC.git diff --git a/setup.py b/setup.py index 7a7e110..fe53cb0 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,8 @@ setup( install_requires=[ 'websockets', 'pyyaml', + 'theblues', + 'python-dateutil' ], include_package_data=True, maintainer='Juju Ecosystem Engineering',