summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-10-20 20:46:25 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-10-21 00:12:51 -0400
commita76166f9a4a9ae3ee9825fd30f6da4640e7d3d21 (patch)
tree2df4c00a02a386c5d0e8a8ae7b8fcdd43284dd87
parent3e9b6582f4e0f83274c7c67ace3a90da4ae68bfe (diff)
downloadpycadf-a76166f9a4a9ae3ee9825fd30f6da4640e7d3d21.tar.gz
Remove unused dependencies from pycadf
near as I can tell, none of these libraries are being used. Change-Id: If6bd01630a42655fe6567a96a50a78bd65e14073
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 0 insertions, 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