X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=d1a10332b068a3507d3dfa7ef5ec97d85f179315;hp=f4c9f0d9810e75663475c2ef49caf55388b3d403;hb=819d34c8315de5c2010743f499f7882b8957dcbf;hpb=2f98821b1da7d26fd54f631330bc8e1aa1e8f631 diff --git a/setup.py b/setup.py index f4c9f0d..d1a1033 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( "git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common-0.1.4" ], install_requires=[ - 'CherryPy', 'pymongo', 'jsonschema', 'PyYAML', + 'CherryPy', 'pymongo', 'jsonschema', 'PyYAML', 'python-keystoneclient' # 'osm-common', ], setup_requires=['setuptools-version-command'],