From 28722a7bd7106a798a660855d757f854f1193761 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 15 Jun 2021 13:41:08 -0600 Subject: [PATCH] Drop mistralclient from requirements We no longer leverage mistral. Change-Id: Ic5c13adf7ef848af7e6f87c270a48876556024c9 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0176d8ce0..e3f416cb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ psutil>=3.2.2 # BSD python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0 # Apache-2.0 -python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 python-openstackclient>=5.2.0 # Apache-2.0 simplejson>=3.5.1 # MIT six>=1.10.0 # MIT