Skip to content

Commit

Permalink
Added specific versions for all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tfokken authored and afoerster committed Jun 6, 2018
1 parent 0611bed commit f6981de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<=1.8.1', 'marshmallow<=2.10.5'],
install_requires=['jinja2<=2.10', 'pyyaml<=3.12', 'pytest<=3.3.1', 'pylint<=1.8.1', 'marshmallow<=2.10.5'],
packages=['pipewrench'],
test_suite='setup.pipewrench_test_suite',
scripts=['pipewrench-merge'],
Expand Down

0 comments on commit f6981de

Please sign in to comment.