X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=21111507d2a15fc9accabd55570f3b8e98f113f6;hb=refs%2Ftags%2Fv6.0.2rc1;hp=09c0bdf9058e890b542dcee98c265b6c18b9bce2;hpb=beedfecaa39c24cba059e6e562d890b4358021be;p=osm%2FN2VC.git diff --git a/setup.py b/setup.py index 09c0bdf..2111150 100644 --- a/setup.py +++ b/setup.py @@ -25,12 +25,13 @@ setup( 'pyRFC3339>=1.0,<2.0', 'pyyaml>=3.0,<4.0', 'theblues>=0.3.8,<1.0', - 'websockets>=4.0,<5.0', + 'websockets>=7.0,<8.0', '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',