X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=1eb3f69baad4772608a389664185c11e9bac6eec;hp=21111507d2a15fc9accabd55570f3b8e98f113f6;hb=refs%2Fchanges%2F14%2F8214%2F1;hpb=32a1519183709fbcdd4fe02fe901f34a42f6cf6b diff --git a/setup.py b/setup.py index 2111150..1eb3f69 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,7 @@ setup( packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'macaroonbakery>=1.1,<2.0', - 'pyRFC3339>=1.0,<2.0', - 'pyyaml>=3.0,<4.0', - 'theblues>=0.3.8,<1.0', - 'websockets>=7.0,<8.0', + 'juju', 'paramiko', 'pyasn1>=0.4.4', ],