From 2d186861c94ab83bd670bbb536970b3e6a9ca612 Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Thu, 19 Jan 2012 19:59:39 -0600 Subject: Pre-staging pip requires - Need to get a pip requires update in to be able to update the venv so that a patch with a new requires can get in. This is for https://review.openstack.org/#change,3185 Change-Id: I99dd6ff554fc384eca7f597ad12ea71acf40930f --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index c49ebbe6..1cf0c435 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -15,6 +15,7 @@ lxml # xml library providing ElementTree API passlib # password hashing argparse # cli support prettytable # cli table printing +dateutil # for date parsing # Optional backend: LDAP python-ldap # authenticate against an existing LDAP server -- cgit