Merge branch feature7928. It includes feature5837
[osm/LCM.git] / setup.py
index 5d7a52c..ffbd01c 100644 (file)
--- 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
     ],