diff --git a/pyfa.spec b/pyfa.spec index 4f4dda6c7..927383eec 100644 --- a/pyfa.spec +++ b/pyfa.spec @@ -51,7 +51,8 @@ if os_name == 'Darwin': icon = 'dist_assets/mac/pyfa.icns' import_these = [ - 'numpy.core._dtype_ctypes' # https://github.com/pyinstaller/pyinstaller/issues/3982 + 'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982 + 'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x ] # Walk directories that do dynamic importing