[FIX] logging_json: PyPI package as python external dep

This commit is contained in:
Stéphane Bidoul (ACSONE)
2019-12-21 15:03:35 +01:00
committed by GitHub
co-authored by GitHub
parent 7276de9cf0
commit 24675ae14c
+1 -1
View File
@@ -9,7 +9,7 @@
'depends': ['base',
],
'external_dependencies': {
'python': ['pythonjsonlogger'],
'python': ['python-json-logger'],
},
'website': 'http://www.camptocamp.com',
'data': [],