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:
@@ -1,2 +1,3 @@
|
||||
pbr>=0.5.21,<1.0
|
||||
Babel>=0.9.6
|
||||
argparse
|
||||
Babel>=0.9.6
|
||||
|
||||
Reference in New Issue
Block a user