mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-20 19:07:38 +03:00
setup.py: Add 'dataclasses' and 'timeout_session'
These are needed for latest inara.py plugin code.
This commit is contained in:
parent
58139a4348
commit
717253e7fa
2
setup.py
2
setup.py
@ -121,7 +121,9 @@ elif sys.platform=='win32':
|
||||
'sqlite3', # Included for plugins
|
||||
],
|
||||
'includes': [
|
||||
'dataclasses',
|
||||
'shutil', # Included for plugins
|
||||
'timeout_session',
|
||||
'zipfile', # Included for plugins
|
||||
],
|
||||
'excludes': [ 'distutils', '_markerlib', 'optparse', 'PIL', 'pkg_resources', 'simplejson', 'unittest' ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user