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