summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-06-10 15:11:09 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-07-06 18:11:57 -0700
commita9ad4412f175472e7d817cc18fa38dc6b3d4bf76 (patch)
tree4cfb298d4124d5ee546d060f2270bbc3572f117d /requirements.txt
parent667d4ed88bf37c084bef3b511471018e84a477f6 (diff)
downloadoslo-utils-a9ad4412f175472e7d817cc18fa38dc6b3d4bf76.tar.gz
Use monotonic library to avoid finding monotonic time function
That library already does this same/equivalent search and ensures that a monotonically increasing time is made available so we can just avoid looking around for it ourselves. Depends-On: I0f07858e96ea3baf46f8a453e253b9ed29c7f7e2 Depends-On: I33bd2d9dff9cb7dc1a50177db7286b7317966784 Change-Id: Idd2109c8947d10cdbd62c53998ab2e31382e8633
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 98ddc94..e8de632 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,6 +12,7 @@ Babel>=1.3
six>=1.9.0
iso8601>=0.1.9
oslo.i18n>=1.5.0 # Apache-2.0
+monotonic>=0.1 # Apache-2.0
pytz>=2013.6
netaddr>=0.7.12
netifaces>=0.10.4