From 08cc7dc601b4af26726483ccbec62bf7d5210290 Mon Sep 17 00:00:00 2001 From: Ivan Udovichenko Date: Wed, 23 Dec 2015 01:12:20 +0200 Subject: [PATCH] Remove argparse dependency from requirements.txt file According to new requirements [1] argparse as a dependency should be avoided in requirements.txt file. Argparse is part of Python Standard Library starting from Python 2.7 [2] [1] https://wiki.openstack.org/wiki/Python3#Python_2:_Python_2.6_support_dropped.2C_Python_2.7_only [2] https://docs.python.org/2/library/argparse.html Change-Id: I773ac2e9d388a2e47544494e1a225154a6e676a0 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 955f5594..d708c71c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,3 @@ python-openstackclient>=2.0.0 requests!=2.9.0,>=2.8.1 six>=1.9.0 PrettyTable<0.8,>=0.7 -argparse