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
This commit is contained in:
Andreas Jaeger 2016-01-20 19:29:24 +01:00
parent 12781336b4
commit 86738f635a
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ eventlet>=0.15.2
greenlet>=0.3.2
httplib2>=0.7.5
iso8601>=0.1.9
argparse
lxml>=2.3
python-keystoneclient>=0.11.1
six>=1.7.0