Remove unused requirements

Argparse is not needed, adding it was a workaround. Remove it again
and remove testtools as well.

Change-Id: I6459a17d7ccd89805cfbcfbd0ceeeec7fa395312
This commit is contained in:
Andreas Jaeger 2016-01-20 10:30:28 +01:00
parent b4f4013423
commit d1f1ea7305
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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