relaxed watchdog requirement

This commit is contained in:
Sam Schott 2020-01-27 00:52:09 +00:00
parent 67816534cd
commit cdb8673ea2

View File

@ -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={