summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2013-01-09 09:40:40 -0800
committerBrian Waldon <bcwaldon@gmail.com>2013-01-09 09:40:46 -0800
commitdb0d75b0ca17452797383cdd46dfbcf5e3f19a23 (patch)
treeeef81c3d6d9bb0e95bd8e831d6af6e2582a0d492 /tools
parent9a4b77b04e56aa996a13827b67f471988d4ae53c (diff)
downloadpython-keystoneclient-db0d75b0ca17452797383cdd46dfbcf5e3f19a23.tar.gz
Move iso8601 dependency from test- to pip-requires
Fixes bug 1097860. Change-Id: Idcf880f9dfa956e6d240357150a9f5a24372f97a
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
-rw-r--r--tools/test-requires1
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 0019f6c..f93089e 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,4 +1,5 @@
argparse
+iso8601>=0.1.4
prettytable
requests>=0.8.8,<1.0
simplejson
diff --git a/tools/test-requires b/tools/test-requires
index 2eaef06..5e2d17b 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -13,6 +13,5 @@ pep8==1.3.3
sphinx>=1.1.2
testtools>=0.9.22
WebOb==1.0.8
-iso8601>=0.1.4
Babel