From 16d511a07a5e2b621133ccf022a0e5a173e66378 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 26 May 2015 17:13:50 +0200 Subject: [PATCH] Remove iso8601 dependency Ceilometer does not import and use this module directly, no need to list it in the requirements. Change-Id: I6ffd0762677c28eaeef8a110a9af3528cac61ebf --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54df0e3fb..0a308cdd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ retrying>=1.2.3,!=1.3.0 # Apache-2.0 alembic>=0.7.2 croniter>=0.3.4 # MIT License eventlet>=0.17.3 -iso8601>=0.1.9 jsonpath-rw>=1.2.0,<2.0 jsonschema>=2.0.0,<3.0.0 kafka-python>=0.9.2 # Apache-2.0