summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-04-24 13:04:10 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-04-24 13:04:10 -0700
commit602a07fe5c5d36610f2862440cbd52d30d569b2d (patch)
treec3ce2ae8827f5e39e30fb9d228f13f49932a113c
parent10a9d3c650ff786ad2c66dce94071ad154addf27 (diff)
downloadkeystone-602a07fe5c5d36610f2862440cbd52d30d569b2d.tar.gz
keystone-602a07fe5c5d36610f2862440cbd52d30d569b2d.tar.xz
keystone-602a07fe5c5d36610f2862440cbd52d30d569b2d.zip
add httplib2 to deps and sort them
-rw-r--r--README.md10
-rw-r--r--pip-requires1
2 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index ea1b43d9..f63d2f39 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,16 @@ SERVICES:
DEPENDENCIES:
-------------
+* bottle
+* eventlet
+* httplib2
+* lxml
* Paste
* PasteDeploy
* PasteScript
+* simplejson
* SQLAlchemy
* SQLite3
-* bottle
-* eventlet
-* lxml
-* simplejson
* webob
@@ -39,6 +40,7 @@ Install http://pypi.python.org/pypi/setuptools
sudo easy_install bottle
sudo easy_install eventlet
+ sudo easy_install httplib2
sudo easy_install lxml
sudo easy_install paste
sudo easy_install pastedeploy
diff --git a/pip-requires b/pip-requires
index 2388ec9b..3be5e46c 100644
--- a/pip-requires
+++ b/pip-requires
@@ -1,5 +1,6 @@
bottle
eventlet
+httplib2
lxml
paste
pastedeploy