Remove iso8601 dependency

oslo.serialization doesn't use iso8601 in anywhere,
so need remove the dependency.
Change-Id: I5bfcb024d7f831365af93fdfd6122d6d71faf87a
This commit is contained in:
ChangBo Guo(gcb) 2015-12-05 13:25:50 +08:00
parent 32b9629573
commit 972d3fd8ae
1 changed files with 0 additions and 3 deletions

View File

@ -11,8 +11,5 @@ pbr>=1.6
Babel>=1.3
six>=1.9.0
msgpack-python>=0.4.0
# Only for timeutils in openstack.common - once we're using the
# library version this can be removed.
iso8601>=0.1.9
oslo.utils>=3.2.0 # Apache-2.0
pytz>=2013.6