X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=b4d614ad19a1f3fb7606b488c430734812e8e86f;hb=626e0150294da773c136d444d000e1a8b4521dea;hp=ffbd01c92213d8b59c03124a7158b324a510b4f8;hpb=5899e08821d446ce8e036aa59a3451487b1bd0b3;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index ffbd01c..b4d614a 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( ], install_requires=[ # 'pymongo', - 'PyYAML>=3.*', + 'PyYAML', 'aiohttp==0.20.2', 'osm-common', 'n2vc',