Remove argparse from requirements

Since Python 2.6 support has been dropped and argparse is native in
Python 2.7, there's no need to pip install it.

Change-Id: Idc41e9d8bd743002c408dd282dffb6bdb71ca037
This commit is contained in:
Julien Danjou 2015-01-23 12:31:01 +01:00
parent 4cf099abd9
commit 6b50b87241

View File

@ -4,7 +4,6 @@
pbr>=0.6,!=0.7,<1.0
SQLAlchemy>=0.9.7,<=0.9.99
alembic>=0.7.1
argparse
eventlet>=0.15.2
lxml>=2.3
WebOb>=1.2.3