diff options
author | emkael <emkael@tlen.pl> | 2016-11-25 21:10:47 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-25 22:10:21 +0100 |
commit | f825baa2b0774b4bfe4749060a32df72b0db90fd (patch) | |
tree | 75a2a1626b127e4d49bbeb7834e91f6ae20e666a /quick_lineup.spec | |
parent | cadaee4d114be675bdc6a235cb918dd1bae35ed3 (diff) |
All the necessary hidden imports. Fixes #4
Diffstat (limited to 'quick_lineup.spec')
-rw-r--r-- | quick_lineup.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/quick_lineup.spec b/quick_lineup.spec index f96a842..624a236 100644 --- a/quick_lineup.spec +++ b/quick_lineup.spec @@ -7,7 +7,12 @@ a = Analysis(['quick_lineup.py'], pathex=['Z:\\teamy-quick-lineup'], binaries=None, datas=None, - hiddenimports=['html.parser','http.cookies'], + hiddenimports=['html.parser','http.cookies', + 'django.template.defaulttags','django.template.loader_tags', + 'django.middleware.common', + 'ql.settings', + 'mysql.connector.django', 'mysql.connector.django.base', + 'mysql.connector.django.compiler'], hookspath=[], runtime_hooks=[], excludes=[], |