From caf50835adb23a037e372351dc59126224e68418 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 Jan 2016 19:35:25 +0100 Subject: [PATCH] Remove argparse from requirements argparse was external in python 2.6 but not anymore, remove it from requirements. Also, remove python 2.6 classifier from setup.cfg. This project is not tested with 2.6 anymore. 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 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c67c0662..16ec8a37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,6 @@ pbr>=1.6 Babel>=0.9.6 launchpadlib Jinja2 -argparse requests subunit2sql>=0.9.0 SQLAlchemy>=0.9.7,<1.1.0 diff --git a/setup.cfg b/setup.cfg index 624c4236..239c5c10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3