Remove argparse from requirements

argparse was external in python 2.6 but not anymore, remove it from
requirements. This project is not supporting 2.6 anymore.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
This commit is contained in:
Andreas Jaeger
2016-01-20 19:20:08 +01:00
parent 649a0613dc
commit 267a8cb486

View File

@@ -4,7 +4,6 @@
pbr>=1.6 # Apache-2.0
argparse # PSF
Babel>=1.3 # BSD
iso8601>=0.1.9 # MIT
debtcollector>=1.2.0 # Apache-2.0