| commit | b7e42f04a0e421697ea9107040c4effcf44bbb2e | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Tue Sep 03 07:24:17 2019 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Fri Sep 13 09:51:39 2019 +0000 |
| tree | 6500ce09fe70395f923373e2599eea1754e1a9ff | |
| parent | ea97c04d6d6d9cbf61d03bebec7ed17e07919ed3 [diff] [blame] |
change cherrypy version to 18.1.2 Change-Id: Id9a2e516e253ccf174d2ac7849178da7bdac0576 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py index 8946575..ad7cdd5 100644 --- a/setup.py +++ b/setup.py
@@ -52,7 +52,7 @@ 'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common' ], install_requires=[ - 'CherryPy==18.0.0', + 'CherryPy==18.1.2', 'osm-common', 'jsonschema', 'PyYAML',