Files
lbc-finder/pyproject.toml
2026-04-29 18:13:32 +02:00

10 lines
196 B
TOML

[project]
name = "lbc-finder"
version = "1.1.1"
description = "Stay notified when new ads appear on Leboncoin"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"lbc>=1.1.3",
]