Commit 5ce42555 authored by Jérome Perrin's avatar Jérome Perrin

Declare a dependancy on pydot

Not sure this is the right place
parent 06d2790c
......@@ -50,6 +50,9 @@ setup(name=name,
install_requires=[
'setuptools', # namespaces
'psutil >= 0.5.0',
# XXX for erp5_graph_editor prototype
'pyparsing == 1.5.7',
'pydot',
],
extras_require={
'testnode': ['slapos.core', 'xml_marshaller', 'psutil >= 0.5.0'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment