Skip to content

Commit

Permalink
Merge pull request #901 from hroncok/requirements_sys_platform
Browse files Browse the repository at this point in the history
Update requirements.txt to support more OSes
  • Loading branch information
kliment authored Mar 7, 2018
2 parents cdb43e6 + f61e7e2 commit 5558713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# python (>= 3.6)
pyreadline
pyserial >= 2.7
wxPython (>= 4.0)
numpy (>= 1.8.2)
pyglet (>= 1.1)
pycairo (>= 1.8.8)
cairosvg (>= 1.0.9)
psutil (>= 2.1)
dbus-python (>= 1.2.0)
pygobject (>= 3.14.0)
lxml (>= 2.9.1)
appdirs (>= 1.4.0)
dbus-python >= 1.2.0 ; sys_platform == 'linux'
pyobjc-framework-Cocoa ; sys_platform == 'darwin'
pyreadline ; sys_platform == 'win32'

0 comments on commit 5558713

Please sign in to comment.