X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=1eb3f69baad4772608a389664185c11e9bac6eec;hb=9d18c22a0dc9e295adda50601fc5e2f45d2c9b8a;hp=b27dcbe9c366b032b0028c922acf5f6b10adfcf0;hpb=ea14f890f054d5eb85416a5b6c8c7713e2506ad8;p=osm%2FN2VC.git 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',