X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=blobdiff_plain;f=setup.py;h=ae4850c79c35a3e32a7586e3411ea52a7822a618;hp=e9b09bdb748a92a3398e9b236df52d1759e0ca39;hb=44c28b303389545255d69dd014c50942478faef2;hpb=95686bbc69ded243c346f94dceb0bee567572fb7 diff --git a/setup.py b/setup.py index e9b09bd..ae4850c 100644 --- a/setup.py +++ b/setup.py @@ -32,15 +32,14 @@ setup( install_requires=[ "Click", "prettytable", - "pyyaml==5.3.1", + "pyyaml", "pycurl", "python-magic", - "jinja2==2.11.2", + "jinja2", "osm-im", "verboselogs", "packaging", - "requests==2.24.0", - "charmcraft", + "requests", ], setup_requires=["setuptools-version-command"], test_suite="nose.collector",