X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=01036da711c0afbfd8734b716d67f35266c263cd;hp=df12cfed2c24c76029ae5f66d782bb9917f07f47;hb=b8a8281b1785358bd5632a119c016f21811172c6;hpb=dcdf82bbc1ef310379f746518b2dd3b006353cb3 diff --git a/setup.py b/setup.py index df12cfe..01036da 100644 --- a/setup.py +++ b/setup.py @@ -30,10 +30,13 @@ setup( packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'websockets', - 'pyyaml', - 'theblues', - 'python-dateutil' + 'macaroonbakery>=1.1,<2.0', + 'pyRFC3339>=1.0,<2.0', + 'pyyaml>=3.0,<=4.2', + 'theblues>=0.3.8,<1.0', + 'websockets>=7.0,<8.0', + 'paramiko>=2.4.0,<3.0.0', + 'pyasn1>=0.4.4', ], include_package_data=True, maintainer='Juju Ecosystem Engineering', @@ -48,6 +51,8 @@ setup( "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ], entry_points={ 'console_scripts': [