summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-22 14:39:47 +0000
committerGerrit Code Review <review@openstack.org>2014-10-22 14:39:47 +0000
commita6eaa52e811df0e7ef17ab00cf652ea66edea0dc (patch)
treebb9ef77479f154727cad01368e97e1bd37708b9d
parent8182a1a752a31eb9aeeff9f883e59d18125062fc (diff)
parenta76166f9a4a9ae3ee9825fd30f6da4640e7d3d21 (diff)
downloadpycadf-a6eaa52e811df0e7ef17ab00cf652ea66edea0dc.tar.gz
Merge "Remove unused dependencies from pycadf"
-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