Add watchdog dev dependency
For the --watch option in marimo
This commit is contained in:
parent
62e3cedb03
commit
761cd9b2ad
2 changed files with 37 additions and 0 deletions
|
|
@ -22,3 +22,8 @@ ignore = ["F841"]
|
|||
[tool.marimo.runtime]
|
||||
dotenv = [".env"]
|
||||
watcher_on_save = "autorun"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"watchdog>=6.0.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue