diff --git a/setup.py b/setup.py index 5ed5118..f33f7e1 100644 --- a/setup.py +++ b/setup.py @@ -35,5 +35,5 @@ setup( long_description="\n".join(pydot.__doc__.split('\n')), packages=['pydot'], package_dir={'pydot': 'pydot'}, - requires=['pyparsing (>=2.0.1)'], + install_requires=['pyparsing (>=2.0.1)'], )