python/pydot: Fixed dep information

This commit is contained in:
ponce 2012-08-23 13:09:20 +02:00 committed by Robby Workman
parent 983dacb39a
commit 519e62c405

View file

@ -1,5 +1,3 @@
pydot allows to easily create both directed and non directed graphs
from Python. Currently all attributes implemented in the Dot
language are supported (up to Graphviz 2.16).
This requires pyparsing and graphviz.