lock those guys in.

This commit is contained in:
Bobby Rullo 2018-06-13 16:06:13 -07:00
parent 0e6b203954
commit 3d18cba243

View file

@ -33,10 +33,11 @@ setup(
# ], # ],
install_requires=[ install_requires=[
# quickfix to prevent pycodestyle conflicts # quickfix to prevent pycodestyle conflicts
'flake8!=2.5.3', 'flake8==3.5.0',
'autopep8>=1.3', 'autopep8==1.3.5',
'pyyaml', 'pycodestyle==2.3.1',
'six', 'pyyaml==3.12',
'six==1.11.0',
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [