X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=1eb3f69baad4772608a389664185c11e9bac6eec;hp=b27dcbe9c366b032b0028c922acf5f6b10adfcf0;hb=refs%2Fchanges%2F14%2F8214%2F1;hpb=f32b6f276457966347ed0d80ec7673ebc1357dc0 diff --git a/setup.py b/setup.py index b27dcbe..1eb3f69 100644 --- a/setup.py +++ b/setup.py @@ -21,12 +21,9 @@ 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', ], include_package_data=True, maintainer='Adam Israel',