X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=1eb3f69baad4772608a389664185c11e9bac6eec;hp=09c0bdf9058e890b542dcee98c265b6c18b9bce2;hb=refs%2Fchanges%2F14%2F8214%2F1;hpb=beedfecaa39c24cba059e6e562d890b4358021be diff --git a/setup.py b/setup.py index 09c0bdf..1eb3f69 100644 --- a/setup.py +++ b/setup.py @@ -21,16 +21,13 @@ 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='', - maintainer_email='', + maintainer='Adam Israel', + maintainer_email='adam.israel@canonical.com', description=(''), url='', license='Apache 2',