From eb575c92801b8fcf56450d7875042ea9576749ed Mon Sep 17 00:00:00 2001 From: Erick Otenyo Date: Tue, 7 Nov 2023 14:20:03 +0300 Subject: [PATCH] fix watchmedo dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0f6bdd0..909c400 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,4 +54,4 @@ install_requires = CairoSVG>=2.7.0 wagtail-cache>=2.3.0 watchdog>=3.0.0 - "watchdog[watchmedo]>=3.0.0" \ No newline at end of file + watchdog[watchmedo]>=3.0.0 \ No newline at end of file