Skip to content

Commit d0921ba

Browse files
committed
Add extra import to include in distributives
1 parent 8ec8407 commit d0921ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyfa.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ if os_name == 'Darwin':
5151
icon = 'dist_assets/mac/pyfa.icns'
5252

5353
import_these = [
54-
'numpy.core._dtype_ctypes' # https://github.com/pyinstaller/pyinstaller/issues/3982
54+
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
55+
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
5556
]
5657

5758
# Walk directories that do dynamic importing

0 commit comments

Comments
 (0)