From b3b659f38b7e6879f5c03d2dc0d4cae752802ee5 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 4 Jan 2017 09:41:52 -0500 Subject: Remove dep on monotonic This has been moved into the futurist lib and is no longer imported by taskflow. Change-Id: I1c1c6817d5bd472ebcc958338332f140cc069601 --- requirements.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3c830b3..aeee87e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,9 +31,6 @@ stevedore>=1.17.1 # Apache-2.0 # Backport for concurrent.futures which exists in 3.2+ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD -# Backport for time.monotonic which is in 3.3+ -monotonic>=0.6 # Apache-2.0 - # Used for structured input validation jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -- cgit v1.2.1