From a76166f9a4a9ae3ee9825fd30f6da4640e7d3d21 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Mon, 20 Oct 2014 20:46:25 -0400 Subject: [PATCH] Remove unused dependencies from pycadf near as I can tell, none of these libraries are being used. Change-Id: If6bd01630a42655fe6567a96a50a78bd65e14073 --- requirements.txt | 4 ---- test-requirements.txt | 2 -- 2 files changed, 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8691629..6e83783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,10 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. Babel>=1.3 -iso8601>=0.1.9 -netaddr>=0.7.12 oslo.config>=1.4.0 # Apache-2.0 oslo.i18n>=1.0.0 # Apache-2.0 oslo.messaging>=1.4.0 oslo.serialization>=1.0.0 # Apache-2.0 -oslo.utils>=1.0.0 # Apache-2.0 -posix_ipc pytz six>=1.7.0 WebOb>=1.2.3 diff --git a/test-requirements.txt b/test-requirements.txt index fc60a2b..d8ffd54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,11 +8,9 @@ coverage>=3.6 discover fixtures>=0.3.14 mock>=1.0 -mox>=0.5.3 oslotest>=1.1.0 # Apache-2.0 python-subunit>=0.0.18 testrepository>=0.0.18 -testscenarios>=0.4 testtools>=0.9.34 # this is required for the docs build jobs