X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=modules%2Flibjuju%2Fsetup.py;h=7134677f58fc75492768fe45a9887c9c855b88d8;hp=df12cfed2c24c76029ae5f66d782bb9917f07f47;hb=d238b03584451451ffcea345ffc5d02c657003bd;hpb=68858c1915122c2dbc8999a5cd3229694abf5f3a diff --git a/modules/libjuju/setup.py b/modules/libjuju/setup.py index df12cfe..7134677 100644 --- a/modules/libjuju/setup.py +++ b/modules/libjuju/setup.py @@ -19,9 +19,9 @@ here = Path(__file__).absolute().parent readme = here / 'docs' / 'readme.rst' changelog = here / 'docs' / 'changelog.rst' long_description = '{}\n\n{}'.format( - readme.read_text(), - changelog.read_text() -) + readme.read_text(), + changelog.read_text() + ) version = here / 'VERSION' setup( @@ -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': [