From 31a58bd3121915ff52508778b21feafbf294c1ee Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 Jan 2016 19:09:14 +0100 Subject: [PATCH] Remove argparse from requirements argparse was external in python 2.6 but not anymore, remove it from requirements. This should help with pip 8.0 that gets confused in this situation. Installation of the external argparse is not needed. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b82bc32..c382e375 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,5 @@ psutil>=0.6.1,<1.0 PyYAML>=3.1.0 six>=1.4.1 termcolor -argparse futures jsonpatch>=1.1