From 4cc09a35b48bd5bdc541868db378f3ef68bd5aba Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Sun, 9 Sep 2018 01:20:31 +0200 Subject: [PATCH] Removing monotonic from dependencies (until necessary again) --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index d906564e..11002a93 100644 --- a/setup.py +++ b/setup.py @@ -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",