From 73525ac00d7d7d6e55ef59ba2fbd2d1dffa7b89e Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Fri, 6 Jan 2012 19:51:00 -0600 Subject: Adding prettytable dependency Adding it to pip-requires in a separate review so we can rebuild the venv. Tests failing otherwise Change-Id: I10b8049f12080de198978d32e485c86beb06da91 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pip-requires b/tools/pip-requires index ffb11216..c49ebbe6 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -14,6 +14,7 @@ sqlalchemy-migrate # database migrations lxml # xml library providing ElementTree API passlib # password hashing argparse # cli support +prettytable # cli table printing # Optional backend: LDAP python-ldap # authenticate against an existing LDAP server -- cgit