Add extra dependency to spec files

This commit is contained in:
DarkPhoenix
2019-07-27 19:14:31 +03:00
parent 6d2746ad75
commit 077db2ecd6
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ added_files = [
import_these = [
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
'numpy.random.common', # https://github.com/pyfa-org/Pyfa/issues/1998
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
]

View File

@@ -30,6 +30,7 @@ added_files = [
import_these = [
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
'numpy.random.common', # https://github.com/pyfa-org/Pyfa/issues/1998
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
]