From f05a8521420a99d426130ac5e0c48459e42d7512 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 1 May 2024 11:34:37 +0900 Subject: [PATCH] Remove unused pyinotify The library is no longer usce since [1] was merged. [1] b977cb9becbeaaa67bb663bd8db5aa6846e495b9 Change-Id: I84b215f3f5532de7aeb90fb3e84a1b922a350181 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a49d6460..4adc96c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,4 @@ oslo.context>=2.21.0 # Apache-2.0 oslo.i18n>=3.20.0 # Apache-2.0 oslo.utils>=3.36.0 # Apache-2.0 oslo.serialization>=2.25.0 # Apache-2.0 -pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT python-dateutil>=2.7.0 # BSD