Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc-dev committed Oct 8, 2017
1 parent 9bf567c commit 60944b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
],
install_requires=['protobuf'] + (
['pywinusb'] if "win" in sys.platform else ['pyusb']
)
)

0 comments on commit 60944b8

Please sign in to comment.