From cdb8673ea2e4937fb361a04f3095c3134c230b83 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Mon, 27 Jan 2020 00:52:09 +0000 Subject: [PATCH] relaxed watchdog requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d624d8a..c28f8e93 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( "Pyro5>=5.7", "requests", "u-msgpack-python", - "watchdog==0.9.0", + "watchdog>=0.9.0", "pyobjc;sys_platform=='darwin'" ], extras_require={