Remove argparse from requirements

argparse is included in Python 2.7, so we don't need
it as an explicit requirement.

Change-Id: I5d4234392414d617af737074d16c68363185922e
Related-Bug: #1524714
Closes-Bug: #1525236
This commit is contained in:
Dmitry Teselkin
2015-12-11 20:08:15 +03:00
parent 1d61ed2dbf
commit 6156dbfa12

View File

@@ -1,7 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
argparse
cliff>=1.14.0 # Apache-2.0
pbr>=1.6
python-keystoneclient>=1.6.0