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
This commit is contained in:
Ivan Udovichenko
2015-12-23 01:12:20 +02:00
parent 3a797dae25
commit 08cc7dc601

View File

@@ -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