From d1f1ea7305a4ed6da995baba4f050793e3509442 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 Jan 2016 10:30:28 +0100 Subject: [PATCH] Remove unused requirements Argparse is not needed, adding it was a workaround. Remove it again and remove testtools as well. Change-Id: I6459a17d7ccd89805cfbcfbd0ceeeec7fa395312 --- requirements.txt | 1 - test-requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5d2e6a..e488e77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 -argparse # PSF Babel>=1.3 # BSD iso8601>=0.1.9 # MIT lxml>=2.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 9e84755..a04e283 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,6 @@ bashate>=0.2 # Apache-2.0 doc8 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0