From 0bfd03261ed2702b90b7d5c0716461863cc955bb Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 2 May 2017 02:00:26 +1000 Subject: [PATCH] Update Windows dependencies. pypiwin32 plays better with PIP etc. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3e7522d..2b1bfb1 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires = [] if platform.system() == 'Windows': install_requires = [ - 'win32com' + 'pypiwin32' ] elif platform.system() == 'Darwin': install_requires = [ @@ -39,4 +39,4 @@ license='BSD License', packages=['pyttsx', 'pyttsx.drivers'], install_requires=install_requires -) \ No newline at end of file +)