From 12b104751a2f13fff0954744782bc9c68a8b59bc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Jul 2013 16:08:37 +0200 Subject: [PATCH] Remove indirect dependency from requirements.txt Only direct dependencies need to be listed in requirements.txt. pyparsing was previously added to workaround installation ordering issues, which is no longer necessary. Change-Id: I45bdd1d0dabfcc7c80314c28072950cfc5a59615 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4db990365..aeb7883b28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,6 @@ python-keystoneclient>=0.2.0 six stevedore>=0.10 websockify>=0.5.1,<0.6 -pyparsing>=1.5.7,<2.0 # order-dependent python-quantumclient req, bug 1191866 -f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3 oslo.config>=1.2.0a3