| commit | 86aa62f73881f01687cc9f3f5112552c1788fa54 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Mon Aug 20 11:57:04 2018 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Mon Aug 27 09:08:18 2018 +0000 |
| tree | 5c298fa47edbad9abae725dd4be71a72e295ae19 | |
| parent | 567bba5022bfe2030b4f5f6bc2cd943beb277f85 [diff] [blame] |
logging to stderr in addition to LOGFILE Change-Id: Ia1d0a0fd7e1e1c4b6d3e34a0fae13605ab8173ae
diff --git a/setup.py b/setup.py index 45de1f8..47ca680 100644 --- a/setup.py +++ b/setup.py
@@ -33,7 +33,7 @@ "git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common-0.1.4" ], install_requires=[ - 'pymongo', 'PyYAML', + 'pymongo', 'PyYAML', 'aiohttp' # 'osm-common', ], setup_requires=['setuptools-version-command'],