Merge "Drop dependency on monotonic"

This commit is contained in:
Zuul 2018-12-07 02:41:18 +00:00 committed by Gerrit Code Review
commit 6b7496a7d2
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ Time related utilities and helper functions.
import datetime
import iso8601
from monotonic import monotonic as now # noqa
from oslo_utils import encodeutils
# ISO 8601 extended time format with microseconds

View File

@ -52,7 +52,6 @@ Mako==1.0.7
MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==0.6
mox3==0.25.0
msgpack==0.5.6
netaddr==0.7.19

View File

@ -55,4 +55,3 @@ cursive>=0.2.1 # Apache-2.0
# timeutils
iso8601>=0.1.11 # MIT
monotonic>=0.6 # Apache-2.0