Add argparse requirement for py26

The argparse module was included in the python
standard library in python 2.7 or greater only.
This should allow bash8 to work on python 2.6 as
advertised.

Change-Id: I87f47a796de734f261b85bc72414a30d56926dcd
This commit is contained in:
Mathew Odden
2014-05-13 22:46:12 -05:00
parent 4d56774db6
commit 0cc2a81229

View File

@@ -1,2 +1,3 @@
pbr>=0.5.21,<1.0
Babel>=0.9.6
argparse
Babel>=0.9.6