This commit is contained in:
Vikalp Jain 2017-01-03 21:28:08 +00:00 committed by GitHub
commit eb495e4249

View file

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