Update setup.py

This commit is contained in:
Vikalp Jain 2016-07-13 02:28:34 +05:30 committed by GitHub
parent 3fa0265235
commit efaa4a7f15

View file

@ -27,7 +27,7 @@ setup(
packages=find_packages('.', exclude=('tests*', 'testing*')), packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[ install_requires=[
# quickfix to prevent pep8 conflicts # quickfix to prevent pep8 conflicts
'flake8!=2.5.3', 'flake8==3.0.0b2',
'argparse', 'argparse',
'autopep8>=1.1', 'autopep8>=1.1',
'pyyaml', 'pyyaml',