Remove argparse from requirement

Since Glance dropped support for Python 2.6 and argparse is native in
Python >= 2.7, there's no need to pip install it.

Change-Id: Ica8a7215debd6f47555451f67a76f929c8b0e62e
This commit is contained in:
Julien Danjou 2015-01-23 12:32:20 +01:00
parent 8409a3630d
commit 5ef185fec4

View File

@ -16,7 +16,6 @@ eventlet>=0.15.2
PasteDeploy>=1.5.0
Routes>=1.12.3,!=2.0
WebOb>=1.2.3
argparse
boto>=2.32.1,<2.35.0
sqlalchemy-migrate>=0.9.1,!=0.9.2
httplib2>=0.7.5