mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-04-30 20:55:36 +02:00
10 lines
196 B
TOML
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",
|
|
]
|