Skip to content
Snippets Groups Projects
Commit a6806e96 authored by magnussonl's avatar magnussonl
Browse files

fixed unsupported version identifier syntax in setup.py


Change-Id: Iebcff634d95f4b063dd441dcc74ef02bfa3546d8
Signed-off-by: default avatarmagnussonl <lars-goran.magnusson@arctoslabs.com>
parent 41cccfa5
No related branches found
Tags v7.1.4
No related merge requests found
......@@ -47,7 +47,7 @@ setup(
install_requires=[
'osm-common',
'jinja2==2.10.3',
'pymzn==0.18.*',
'pymzn==0.18.3',
'pyyaml==5.1.2'
],
dependency_links=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment