From 63b97e24f7c7eec31f3da210edbc158b793b1cc0 Mon Sep 17 00:00:00 2001 From: Vidar Tonaas Fauske Date: Wed, 9 Oct 2019 23:19:34 +0100 Subject: [PATCH] Remove pywin32 dependency Its use was removed in #483, so we can drop it now. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3613d68c7..e7afb9ff0 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,6 @@ def run(self): 'python-dateutil>=2.1', 'entrypoints', 'tornado>=4.1', - "pywin32 >=1.0 ; sys_platform == 'win32'" ], python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', extras_require = {