Skip to content

Commit

Permalink
Merge pull request kliment#885 from hroncok/patch-2
Browse files Browse the repository at this point in the history
CairoSVG is Python 3 only since 2
  • Loading branch information
kliment authored Feb 10, 2018
2 parents f705c56 + dda12d2 commit 20c18cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wxPython (>= 2.8, << 4.0)
numpy (>= 1.8.2)
pyglet (>= 1.1)
pycairo (>= 1.8.8)
cairosvg (>= 1.0.9)
cairosvg (>= 1.0.9, << 2)
psutil (>= 2.1)
dbus-python (>= 1.2.0)
pygobject (>= 3.14.0)
Expand Down

0 comments on commit 20c18cc

Please sign in to comment.