1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-22 11:50:28 +03:00

threading isnt a package, apparently

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

View File

@ -185,13 +185,13 @@ 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',
'threading', # Included for plugins (though it should always be there anyway)
'zipfile', # Included for plugins
],
'excludes': [