X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=modules%2Flibjuju%2Fsetup.py;h=67e3707d27e79134513354b981d25720b0e28ce7;hp=df12cfed2c24c76029ae5f66d782bb9917f07f47;hb=f32b6f276457966347ed0d80ec7673ebc1357dc0;hpb=68858c1915122c2dbc8999a5cd3229694abf5f3a diff --git a/modules/libjuju/setup.py b/modules/libjuju/setup.py index df12cfe..67e3707 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,12 @@ 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>=4.0,<7.0', + 'paramiko>=2.4.0,<3.0.0', ], include_package_data=True, maintainer='Juju Ecosystem Engineering', @@ -48,6 +50,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': [