Remove argparse from requirements

Since we don't support Python 2.6 anymore and argparse is native in
Python 2.7, no need to pip install it.

Change-Id: I59b49f7a169ca616f46270e855bd23fe56e17616
This commit is contained in:
Julien Danjou 2015-01-23 12:22:39 +01:00
parent 419669019f
commit ef8897b8ee
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
retrying>=1.2.3,!=1.3.0 # Apache-2.0
alembic>=0.7.1
argparse
croniter>=0.3.4 # MIT License
eventlet>=0.15.2
iso8601>=0.1.9

View File

@ -4,7 +4,6 @@
retrying>=1.2.3,!=1.3.0 # Apache-2.0
alembic>=0.7.1
argparse
croniter>=0.3.4 # MIT License
eventlet>=0.15.2
happybase>=0.5,!=0.7