X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=8109b9f0bc213f3b1645407084e7ffcda9a2491b;hb=776a777331f6d8572c3ed062f0c95cf871e61592;hp=25a397c39ab52cc1d8076b9b5d7aa66fef6665be;hpb=017c4fb032ab1f63e1ce474e12787204f33fce96;p=osm%2Fosmclient.git diff --git a/setup.py b/setup.py index 25a397c..8109b9f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - 'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic' + 'Click', 'prettytable', 'pyyaml', 'pycurl' ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',