From dfceb2a79ed0b9dbffe4c07b3346867a36d8d727 Mon Sep 17 00:00:00 2001 From: Jamie Alessio Date: Sun, 26 Feb 2017 15:53:02 -0800 Subject: [PATCH] Pin Python package versions --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 68a8664..6851ac1 100644 --- a/setup.py +++ b/setup.py @@ -25,11 +25,11 @@ setup( packages=find_packages(exclude=('tests*', 'testing*')), install_requires=[ # quickfix to prevent pep8 conflicts - 'flake8!=2.5.3', - 'autopep8>=1.1', - 'pyyaml', - 'simplejson', - 'six', + 'flake8==3.3.0', + 'autopep8==1.2.4', + 'pyyaml==3.12', + 'simplejson==3.10.0', + 'six==1.10.0', ], entry_points={ 'console_scripts': [