X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=6bf023e28426a980a3e0a3e77a0b3f07f897b9bf;hb=refs%2Fchanges%2F59%2F9859%2F3;hp=689e926c8487c92d6a04f7148899f53b824118c8;hpb=7d73c88c4aab1021c4e1ea3f210dd4a23a4aeb02;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 689e926..6bf023e 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,9 @@ setup( description=_description, license='Apache 2', install_requires=[ - 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', - 'jinja2', 'osm-im' + 'Click', 'prettytable<=1.0.1', 'pyyaml', 'pycurl', 'python-magic', + 'jinja2', 'osm-im', 'verboselogs', 'packaging', 'ruamel.yaml', + 'requests' ], dependency_links=[ 'git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',