Removing monotonic from dependencies (until necessary again)
This commit is contained in:
@@ -9,10 +9,7 @@ except ImportError:
|
|||||||
setup(
|
setup(
|
||||||
name='cibuildwheel',
|
name='cibuildwheel',
|
||||||
version='0.9.4',
|
version='0.9.4',
|
||||||
install_requires=[
|
install_requires=['bashlex'],
|
||||||
'bashlex',
|
|
||||||
'monotonic',
|
|
||||||
],
|
|
||||||
description="Build Python wheels on CI with minimal configuration.",
|
description="Build Python wheels on CI with minimal configuration.",
|
||||||
long_description='For readme please see http://github.com/joerick/cibuildwheel',
|
long_description='For readme please see http://github.com/joerick/cibuildwheel',
|
||||||
author="Joe Rickerby",
|
author="Joe Rickerby",
|
||||||
|
|||||||
Reference in New Issue
Block a user