1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 10:27:38 +03:00

Moved packages to packages section

This commit is contained in:
A_D 2021-05-28 10:53:00 +02:00
parent fe90f1f0b3
commit bda440df3b
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -185,14 +185,14 @@ elif sys.platform == 'win32':
'optimize': 2,
'packages': [
'sqlite3', # Included for plugins
'threading', # Included for plugins (though it should always be there anyway)
'http', # Included for plugins
],
'includes': [
'dataclasses',
'shutil', # Included for plugins
'timeout_session',
'zipfile', # Included for plugins
'threading', # Included for plugins (though it should always be there anyway)
'http', # Included for plugins
],
'excludes': [
'distutils',