1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-10 04:12:15 +03:00

Removed threading

This commit is contained in:
A_D 2021-05-28 14:58:13 +02:00
parent 29b10464f7
commit a022b150ac
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -190,7 +190,6 @@ elif sys.platform == 'win32':
'dataclasses', 'dataclasses',
'shutil', # Included for plugins 'shutil', # Included for plugins
'timeout_session', 'timeout_session',
'threading', # Included for plugins (though it should always be there anyway)
'zipfile', # Included for plugins 'zipfile', # Included for plugins
], ],
'excludes': [ 'excludes': [