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

13 lines
300 B
TOML

[project]
name = "feather"
version = "0.1.0"
authors = [ { name = 'Étienne "Reuh" Fildadut' } ]
description = "file-based RSS reader client"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jinja2>=3.1.6",
"requests>=2.32.5",
]
license = "ISC"
license-files = [ "LICENSE" ]