X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=1a6077167103ceb75e8aa678a32a5dd52bbddbab;hb=c7393b88143880b33e7a46916159ed49049b58a2;hp=313d087ebead69e06fb22399a157350bb32e3fb1;hpb=e54d720fa09f2c59cccd416061f7a7b7d8964e2f;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 313d087..1a60771 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup( description=_description, license='Apache 2', install_requires=[ - 'Click', 'prettytable', 'pyyaml', 'PycURL', 'python-magic', - 'jinja2', 'osm-im' + 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic', + 'jinja2', 'osm-im', 'verboselogs' ], dependency_links=[ 'git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',