X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=setup.py;h=6185b54b4c5e182473ba521cced1892a01b7356e;hp=96c9e49e07c7ab2f0c71bb12ed16ae646505c5eb;hb=c678d0437930098277ab67a2b7bacee4ed283842;hpb=0f98af53b320c8244b58d0d8751e28e157949e8e diff --git a/setup.py b/setup.py index 96c9e49..6185b54 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( ], install_requires=[ - 'CherryPy', 'pymongo', 'jsonchema' + 'CherryPy', 'pymongo', 'jsonschema' ], # setup_requires=['setuptools-version-command'], # test_suite='nose.collector',