From 6156dbfa121da3b9aceeaf0e01dd4d5ccf589718 Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Fri, 11 Dec 2015 20:08:15 +0300 Subject: [PATCH] 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9326c27..4f5fa03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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