summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2014-07-23 13:10:33 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2014-07-23 13:10:37 -0500
commit5d99b87207c44f6efcbf41f92896c0da92a7d020 (patch)
tree33bc0bed009c972f0eefeebf06d8f7b27c9021de
parent68ba62c9c75b4f1e0431c59c136e7f3be3708ac4 (diff)
downloadkeystonemiddleware-5d99b87207c44f6efcbf41f92896c0da92a7d020.tar.gz
remove unused dep: prettytable
python-keystoneclient uses this, but nothing in middleware uses it directly. Change-Id: I1fcd29daf6afef5e4db81bf73e7d8bf3851ed8b0
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3079862..fcb8104 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,6 @@ iso8601>=0.1.9
netaddr>=0.7.6
oslo.config>=1.2.1
pbr>=0.6,!=0.7,<1.0
-PrettyTable>=0.7,<0.8
python-keystoneclient>=0.9.0
requests>=1.1
six>=1.7.0