X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=ffbd01c92213d8b59c03124a7158b324a510b4f8;hb=da6fb108bb31d9ee12c1f0e5bb44936330cc99a7;hp=5d7a52c2ba3cdfa207f618479826a0fe96d96e66;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 5d7a52c..ffbd01c 100644 --- a/setup.py +++ b/setup.py @@ -51,10 +51,11 @@ setup( ], install_requires=[ # 'pymongo', - 'PyYAML==3.*', + 'PyYAML>=3.*', 'aiohttp==0.20.2', 'osm-common', 'n2vc', + 'jinja2', # TODO this is version installed by 'apt python3-aiohttp' on Ubuntu Sserver 14.04 # version installed by pip 3.3.2 is not compatible. Code should be migrated to this version and use pip3 ],