summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiad Sawalha <github@highbridgellc.com>2012-01-06 19:51:00 -0600
committerZiad Sawalha <github@highbridgellc.com>2012-01-06 19:51:00 -0600
commit73525ac00d7d7d6e55ef59ba2fbd2d1dffa7b89e (patch)
tree52e63be0d90c57f0a73e8f44d98acb30e2e434a2
parent105b90844af9ddd7bb25dab886a70c4887c66766 (diff)
downloadkeystone-73525ac00d7d7d6e55ef59ba2fbd2d1dffa7b89e.tar.gz
keystone-73525ac00d7d7d6e55ef59ba2fbd2d1dffa7b89e.tar.xz
keystone-73525ac00d7d7d6e55ef59ba2fbd2d1dffa7b89e.zip
Adding prettytable dependency
Adding it to pip-requires in a separate review so we can rebuild the venv. Tests failing otherwise Change-Id: I10b8049f12080de198978d32e485c86beb06da91
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
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