diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 1baac08..ce1b414 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -9,7 +9,7 @@ 'depends': ['base', ], 'external_dependencies': { - 'python': ['pythonjsonlogger'], + 'python': ['python-json-logger'], }, 'website': 'http://www.camptocamp.com', 'data': [],