Files
AFP-RSS/pyproject.toml
√(noham)² 0e85e905fd Merge pull request #10 from NohamR/dependabot/uv/fastapi-0.141.1
Bump fastapi from 0.140.0 to 0.141.1
2026-08-04 22:02:36 +02:00

15 lines
289 B
TOML

[project]
name = "afp-rss"
version = "1.0"
description = "AFP news feed from Mediapart"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"fastapi>=0.141.1",
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",
"uvicorn>=0.52.0",
]