Skip to content

Commit 67770c8

Browse files
🐛 Tool watchdog not found in Notifications service (#8697)
1 parent 5293319 commit 67770c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

services/notifications/requirements/_tools.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
--constraint _test.txt
44

55
--requirement ../../../requirements/devenv.txt
6+
7+
watchdog[watchmedo]

services/notifications/requirements/_tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ typing-extensions==4.14.1
6868
# mypy
6969
virtualenv==20.34.0
7070
# via pre-commit
71+
watchdog==6.0.0
72+
# via -r requirements/_tools.in

0 commit comments

Comments
 (0)