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 a4850a6 commit cf02306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ except FileNotFoundError:
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 cf02306

Please sign in to comment.