X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=d1a10332b068a3507d3dfa7ef5ec97d85f179315;hb=refs%2Fchanges%2F89%2F6389%2F10;hp=f4c9f0d9810e75663475c2ef49caf55388b3d403;hpb=69b9aeb7db7be601bb631f9ad85924484194ec3c;p=osm%2FNBI.git 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'],