Add extra import to include in distributives

This commit is contained in:
DarkPhoenix
2019-05-01 13:08:50 +03:00
parent 8ec840740b
commit d0921ba9ec

View File

@@ -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