Removing monotonic from dependencies (until necessary again)

This commit is contained in:
Yannick Jadoul
2018-09-09 01:24:07 +02:00
parent d4885fe44a
commit 4cc09a35b4
+1 -4
View File
@@ -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",