Remove argparse from requirements

Since Cinder does not support Python 2.6 anymore and that argparse is
native in Python >=2.7, no need to pip install it.

Change-Id: I1701a3f6584c5fc827387b185d7182d3011062ca
This commit is contained in:
Julien Danjou
2015-01-23 12:23:46 +01:00
parent ea64e3584a
commit 3bf22b0fe8

View File

@@ -4,7 +4,6 @@
pbr>=0.6,!=0.7,<1.0
anyjson>=0.3.3
argparse
Babel>=1.3
eventlet>=0.15.2
greenlet>=0.3.2