Browse code

Don't check for graphviz python module

It's not used by xdot. Fixes #51.

Balló György authored on 26/01/2018 22:05:00 • José Fonseca committed on 26/01/2018 22:19:20
Showing 1 changed files

  • setup.py index 2e1ded9..b452d99 100755
... ...
@@ -31,7 +31,6 @@ setup(
31 31
         """,
32 32
     license="LGPL",
33 33
 
34
-    install_requires=['graphviz'],
35 34
     packages=['xdot', 'xdot/dot', 'xdot/ui'],
36 35
     entry_points=dict(gui_scripts=['xdot=xdot.__main__:main']),
37 36