Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: include win32com in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 4, 2020
1 parent ad0de67 commit 56f3335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

requirements = ['PyQt5>=5.14,<5.16', 'pynput', 'qtpy', 'click', 'colorama']
if platform.system() == 'Windows':
requirements.extend(['pywin32', 'psutil'])
requirements.extend(['pywin32', 'psutil', 'win32com'])
elif platform.system() == 'Linux':
requirements.extend(['psutil', 'cairosvg'])

Expand Down

0 comments on commit 56f3335

Please sign in to comment.