Skip to content

Commit

Permalink
Merge pull request #103 from openxc/Curses-Fix
Browse files Browse the repository at this point in the history
Add curses in as a requirement for windows
  • Loading branch information
pjt0620 committed May 10, 2019
2 parents db1e9a9 + 718b5cb commit f3008b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

install_reqs = ['pyusb==1.0.0a3', 'units >= 0.5', 'argparse', 'requests==2.20.0',
'protobuf==2.6.1']
if "win" in sys.platform:
install_reqs.append('windows-curses >= 1.1')

setup(name='openxc',
version=get_version(),
Expand Down

0 comments on commit f3008b1

Please sign in to comment.