summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2017-01-04 09:41:52 -0500
committerEric Harney <eharney@redhat.com>2017-01-04 09:44:46 -0500
commitb3b659f38b7e6879f5c03d2dc0d4cae752802ee5 (patch)
tree7243f5f62e7f7eb6f05ae197cbd0c8b03621b2bd /requirements.txt
parent774d59813417a945fdbe50316786effd1203e8f7 (diff)
downloadtaskflow-b3b659f38b7e6879f5c03d2dc0d4cae752802ee5.tar.gz
Remove dep on monotonic2.9.0
This has been moved into the futurist lib and is no longer imported by taskflow. Change-Id: I1c1c6817d5bd472ebcc958338332f140cc069601
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 0 insertions, 3 deletions
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