Updated Dockerfile for 18.04; added python-magic dependency, minor fixes in build...
[osm/osmclient.git] / setup.py
index 689e926..313d087 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
     description=_description,
     license='Apache 2',
     install_requires=[
-        'Click', 'prettytable', 'pyyaml', 'pycurl', 'python-magic',
+        'Click', 'prettytable', 'pyyaml', 'PycURL', 'python-magic',
         'jinja2', 'osm-im'
     ],
     dependency_links=[