Merge pull request #126 from sbidoul/patch-1

[FIX] logging_json: PyPI package as python external dep
This commit is contained in:
Guewen Baconnier
2020-01-14 16:17:51 +01:00
committed by GitHub
co-authored by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@
'depends': ['base',
],
'external_dependencies': {
'python': ['pythonjsonlogger'],
'python': ['python-json-logger'],
},
'website': 'http://www.camptocamp.com',
'data': [],