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

Commit

Permalink
Add click as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju authored Sep 3, 2020
1 parent ce2a58a commit a4850a6
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 @@ -36,7 +36,7 @@
long_description = \
"Open Source Android Screen Mirroring System by @srevinsaju"

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

0 comments on commit a4850a6

Please sign in to comment.