From a022b150aceb598df8108440264e65db3d437d86 Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 28 May 2021 14:58:13 +0200 Subject: [PATCH] Removed threading --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f406c7d6..372b4477 100755 --- a/setup.py +++ b/setup.py @@ -190,7 +190,6 @@ elif sys.platform == 'win32': 'dataclasses', 'shutil', # Included for plugins 'timeout_session', - 'threading', # Included for plugins (though it should always be there anyway) 'zipfile', # Included for plugins ], 'excludes': [