Add watcher for development

This commit is contained in:
akp 2024-02-11 00:55:23 +00:00
parent d9cc5211e8
commit 7081d4cc5f
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
6 changed files with 123 additions and 47 deletions

View file

@ -14,6 +14,9 @@ rich = "^13.7.0"
mistune = "^3.0.2"
[tool.poetry.group.dev.dependencies]
pyinotify = "^0.9.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"