add apprise and send notification when refreshing listings

This commit is contained in:
Viktor Barzin 2025-07-25 21:32:06 +00:00
parent ce386e748d
commit 762408e054
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
6 changed files with 105 additions and 6 deletions

View file

@ -32,6 +32,7 @@ mysqlclient = "^2.2.7"
celery = "^5.5.3"
redis = "^6.2.0"
watchdog = "^6.0.0"
apprise = "^1.9.3"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"