From 3bf22b0fe838cc4e84b255e4b299c8ee00d9638a Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 23 Jan 2015 12:23:46 +0100 Subject: [PATCH] Remove argparse from requirements Since Cinder does not support Python 2.6 anymore and that argparse is native in Python >=2.7, no need to pip install it. Change-Id: I1701a3f6584c5fc827387b185d7182d3011062ca --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31e1031a0..5e8126902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr>=0.6,!=0.7,<1.0 anyjson>=0.3.3 -argparse Babel>=1.3 eventlet>=0.15.2 greenlet>=0.3.2 -- 2.45.2