From 643578c899f29b0ce68c35664c6042a1e1f016ac Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Tue, 6 Nov 2018 15:45:13 -0600 Subject: [PATCH] Limit monotonic to py2 A recent requirements change [1] restricted monotonic to =1.7.1 # MIT eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT greenlet>=0.4.10 # MIT -monotonic>=0.6 # Apache-2.0 +monotonic>=0.6;python_version<'3.3' # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 oslo.concurrency>=3.25.0 # Apache-2.0 oslo.config>=5.1.0 # Apache-2.0