diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-10-17 17:42:30 +0200 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2024-12-03 08:53:30 +0100 |
commit | 05b2528f15f13c62abb61079748d92071bda44ef (patch) | |
tree | 615d54c036f28bd094cd8e7964e27acb49e24c6f /pyproject.toml | |
parent | Merge !1608: daemon: add sd_notify alternative (diff) | |
download | knot-resolver-05b2528f15f13c62abb61079748d92071bda44ef.tar.xz knot-resolver-05b2528f15f13c62abb61079748d92071bda44ef.zip |
pyproject.toml: 'watchdog' added as optional dependency
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9504e3c2..c2c63992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,11 @@ pyyaml = "*" supervisor = "*" typing-extensions = "*" prometheus-client = { version = "*", optional = true } +watchdog = { version = "*", optional = true } [tool.poetry.extras] prometheus = ["prometheus-client"] +watchdog = ["watchdog"] [tool.poetry.group.dev.dependencies] poetry = "^1.8.3" |