From 78f48d0509c2831012bd93cbcbde6f6a621623c8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami <kajinamit@oss.nttdata.com> Date: Wed, 15 May 2024 23:07:13 +0900 Subject: [PATCH] Remove unused extras The extras library is not actually used by code in this repository so can be removed from requirements. Change-Id: I7ed5da192581f9a9b20ae422745f050bc80ad52e --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea4722a..b5a25d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ pbr>=1.6 # Apache-2.0 icalendar Jinja2>=2.8 # BSD License (3 clause) PyYAML>=3.1.0 # MIT -extras>=1.0.0 # MIT pytz