1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-28 02:29:32 +00:00

feat: add support for tt-rss api

This commit is contained in:
Étienne Fildadut 2025-10-10 16:47:20 +02:00
parent 0562a245d6
commit b100d8f0b8
5 changed files with 256 additions and 70 deletions

View file

@ -8,6 +8,7 @@ requires-python = ">=3.12"
dependencies = [
"jinja2>=3.1.6",
"requests>=2.32.5",
"ttrss-python>=0.5",
]
license = "ISC"
license-files = [ "LICENSE" ]