Skip to content

Commit

Permalink
Fixing issue #127 by avoiding bashlex 0.13 in 'install_requires'
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Mar 10, 2019
1 parent a6ff864 commit 637a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='cibuildwheel',
version='0.10.1',
install_requires=['bashlex'],
install_requires=['bashlex!=0.13'],
description="Build Python wheels on CI with minimal configuration.",
long_description='For readme please see http://github.com/joerick/cibuildwheel',
author="Joe Rickerby",
Expand Down

0 comments on commit 637a251

Please sign in to comment.