From fa3e6d746f4534edee530f487bae0b4db455ba4d Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Thu, 29 May 2014 19:24:42 +0400 Subject: [PATCH] Drop unused dependencies Change-Id: I040a0a2cedb6d63accea531d244ac16185d466c6 --- requirements.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e3705f1..2d4a015e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ wsgiref>=0.1.2 argparse ordereddict sqlalchemy-migrate>=0.8.2,!=0.8.4 -httplib2>=0.7.5 kombu>=2.4.8 lockfile>=0.8 pycrypto>=2.6 @@ -21,12 +20,6 @@ netaddr>=0.7.6 PyYAML>=3.1.0 jsonpatch>=1.1 -# Note you will need gcc buildtools installed and must -# have installed libxml headers for lxml to be successfully -# installed using pip, therefore you will need to install the -# libxml2-dev and libxslt-dev Ubuntu packages. -lxml>=2.3 - # For paste.util.template used in keystone.common.template Paste