rss/pyproject.toml

12 lines
266 B
TOML

[project]
name = "rss"
version = "0.1.0"
description = "reformats reddit for rss consumption"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"async-lru>=2.0.5",
"asyncpraw>=7.8.1",
"fastapi[standard]>=0.115.12",
"feedgen>=1.0.0",
]