From 06a156e04df427f51b42b1093577823c558166ad Mon Sep 17 00:00:00 2001 From: "Sar Ashki, Babak" Date: Tue, 25 Feb 2020 13:50:37 -0800 Subject: [PATCH] stx-config: remove argparse requirement from sysinv. argparse is part of stdlib --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb4ef6a1..12a341c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ pbr>=0.5 SQLAlchemy amqplib>=0.6.1 anyjson>=0.3.3 -argparse boto3 botocore>=1.11.0 cryptography!=2.0 # BSD/Apache-2.0 -- 2.23.0