Merge pull request #3 from CalthorpeAnalytics/pin-python-package-versions

Pin Python package versions
This commit is contained in:
Jamie Alessio 2017-02-26 16:26:05 -08:00 committed by GitHub
commit b806ebed80

View file

@ -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': [