mirror of
https://github.com/GAM-team/GAM.git
synced 2025-06-08 01:07:20 +00:00
force include passlib.handlers.sha2_crypt
This commit is contained in:
parent
c2f5f6275c
commit
fef5ec622e
@ -10,6 +10,7 @@ setup(
|
|||||||
options = {'py2exe':
|
options = {'py2exe':
|
||||||
{'optimize': 2,
|
{'optimize': 2,
|
||||||
'bundle_files': 3,
|
'bundle_files': 3,
|
||||||
|
'includes': ['passlib.handlers.sha2_crypt'],
|
||||||
'dist_dir' : 'gam-64',
|
'dist_dir' : 'gam-64',
|
||||||
'compressed' : True}
|
'compressed' : True}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user