Commit 2eec3380 authored by Jérome Perrin's avatar Jérome Perrin

setup.py: declare a dependancy on pulp

parent e5b2662b
...@@ -17,7 +17,8 @@ setup( ...@@ -17,7 +17,8 @@ setup(
'pydot', 'pydot',
'numpy', 'numpy',
'zope.dottedname', 'zope.dottedname',
'rpy2' 'rpy2',
'pulp',
], ],
entry_points=(""" entry_points=("""
[console_scripts] [console_scripts]
......
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