From 8f8bbab859fcc4ddf0b3d10e872981a069fe2747 Mon Sep 17 00:00:00 2001 From: Riccardo Coccioli Date: Mon, 15 Apr 2024 11:18:42 +0200 Subject: [PATCH] setup.py: remove dependency elasticsearch-curator * It's not needed anymore. * Remove upper limit for black that was there to avoid conflicts with elasticsearch-curator. Bug: T345337 Bug: T361647 Change-Id: I633b8c62a3145a0ddbf0e53bd281c7135cb5b119 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ffc6f3a..d2f3bc4 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ "cumin>=3.0.2", "dnspython~=2.0.0", "elasticsearch>=5.0.0,<7.15.0", - "elasticsearch-curator~=5.0", "gitpython>=3.1.14", "kafka-python>=2.0.1", "kubernetes==12.0.*", # frozen to the version available on debian bullseye @@ -49,7 +48,7 @@ "types-setuptools", ], "format": [ - "black<=21.12b0", # this is needed so that it doesn't confict with curator + "black", "isort", ], "prospector": [