summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-01-20 04:56:20 +0000
committerGerrit Code Review <review@openstack.org>2012-01-20 04:56:20 +0000
commitfd65f4c0b4ef5283c2090799d56ee23bacdb258f (patch)
tree19670d2d5d6759eef108ef6c4a622d592c9d431a
parent565e3293057b91f3540b19c7891df09f6323f30b (diff)
parent159757ccf9faca7581fc8d29f5d1b16afb615358 (diff)
Merge "Use dateutil 1.5"
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 360ea45c..0ec6d99c 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -15,7 +15,7 @@ lxml # xml library providing ElementTree API
passlib # password hashing
argparse # cli support
prettytable # cli table printing
-python-dateutil # for date parsing
+python-dateutil==1.5 # for date parsing
# Optional backend: LDAP
python-ldap # authenticate against an existing LDAP server