X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=1eb3f69baad4772608a389664185c11e9bac6eec;hp=d836d2f2dc2382f3b76add5d14e05d8cc6b18924;hb=9ae4d929c2b739d146e3e27388dc4825ca046e50;hpb=edc419027117245c0edd198d21719a7ed4e12ac9 diff --git a/setup.py b/setup.py index d836d2f..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>=4.0,<5.0', + 'juju', 'paramiko', 'pyasn1>=0.4.4', ],