diff --git a/setup.py b/setup.py index 71f1fd5..43fe570 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def gen_data_files(*dirs): description='Framework for building data pipelines', author='Cargill Inc', url='https://cargill.github.io/', - install_requires=['jinja2', 'pyyaml', 'sdctool', 'pytest', 'pylint', 'marshmallow'], + install_requires=['jinja2', 'pyyaml', 'sdctool', 'pytest', 'pylint<=1.8.1', 'marshmallow<=2.10.5'], packages=['pipewrench'], test_suite='setup.pipewrench_test_suite', scripts=['pipewrench-merge'],