diff --git a/pyinstaller.spec b/pyinstaller.spec index 0cc9e43d..5956ac8c 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -71,6 +71,8 @@ a = Analysis( 'mdit_py_plugins', 'mdurl', 'uc_micro', + 'pythonjsonlogger', + 'pythonjsonlogger.jsonlogger', ], # Include any imports that PyInstaller might miss hookspath=[], runtime_hooks=[],