Skip to content

Commit

Permalink
Rewrite requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed Nov 1, 2017
1 parent 672bd99 commit 30d4b9c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
argparse
python (>= 2.7, << 3)
pyreadline
pyserial
wxPython
numpy
pyglet>=1.1
pycairo
cairosvg
psutil>=2.0
pyserial (>= 2.6)
wxPython (>= 2.8, << 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)
libxml2 (>= 2.9.1)

0 comments on commit 30d4b9c

Please sign in to comment.