summaryrefslogtreecommitdiff
path: root/requirements-py2.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-21 06:38:59 +0000
committerGerrit Code Review <review@openstack.org>2015-02-21 06:38:59 +0000
commit8e99665da01f2a20a1f8a72b0d7f8075a8d026a2 (patch)
tree98bb5e8d2a9a37ea77657d6e1539d44a0c215ea7 /requirements-py2.txt
parentc4694567a6146a7fc6fd4aac6787c94762adf0e1 (diff)
parent37b72ec7b5333b580d842b4e4dc6f1dacdc351b5 (diff)
downloadtaskflow-8e99665da01f2a20a1f8a72b0d7f8075a8d026a2.tar.gz
Merge "Use the enum library for the retry strategy enumerations"
Diffstat (limited to 'requirements-py2.txt')
-rw-r--r--requirements-py2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements-py2.txt b/requirements-py2.txt
index 3f1f972..55d18ac 100644
--- a/requirements-py2.txt
+++ b/requirements-py2.txt
@@ -13,6 +13,9 @@ ordereddict
# Python 2->3 compatibility library.
six>=1.9.0
+# Enum library made for <= python 3.3
+enum34
+
# Very nice graph library
networkx>=1.8