Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from requirements. Also, remove python 2.6 classifier from setup.cfg. This project is not tested with 2.6 anymore. 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:
parent
95cbba74b9
commit
caf50835ad
@ -17,7 +17,6 @@ pbr>=1.6
|
||||
Babel>=0.9.6
|
||||
launchpadlib
|
||||
Jinja2
|
||||
argparse
|
||||
requests
|
||||
subunit2sql>=0.9.0
|
||||
SQLAlchemy>=0.9.7,<1.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user