1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00

feat: add watchfiles to daemon to trigger updates faster when reader directory is changed

This commit is contained in:
Étienne Fildadut 2025-10-13 16:52:04 +02:00
parent 470163bfed
commit a326fe7402
5 changed files with 196 additions and 17 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
"requests>=2.32.5",
"ttrss-python>=0.5",
"tzdata>=2025.2",
"watchfiles>=1.1.0",
]
license = "ISC"
license-files = [ "LICENSE" ]