summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-05-08 19:42:05 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-05-08 19:42:05 -0700
commita4271954ed008889ddeb60608617440e57e5bdda (patch)
tree67b834d8e5c7acaf64ff3bec8511de542cc430de /tools
parentfdb64d9014ec9c0ff5811699cdc47ca345bd8ed9 (diff)
downloadtaskflow-a4271954ed008889ddeb60608617440e57e5bdda.tar.gz
On python <= 2.6 we need to import ordereddict
OrderedDict was new in python 2.7, in order to use its functionality in 2.6 we need to depend on the backport.
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index c15e57a..2f2e7a9 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1 +1,2 @@
oslo.cfg>=1.1.0
+ordereddict