X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=1eb3f69baad4772608a389664185c11e9bac6eec;hp=21111507d2a15fc9accabd55570f3b8e98f113f6;hb=19c5cfca317615597be6bf1051e9d2fa903adb97;hpb=e8e6de12ba5fb659891be3181cca4b48776bc193 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', ],