mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-07-11 15:26:18 +02:00
10 lines
196 B
TOML
10 lines
196 B
TOML
[project]
|
|
name = "lbc-finder"
|
|
version = "1.1.3"
|
|
description = "Stay notified when new ads appear on Leboncoin"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"lbc==1.1.4",
|
|
]
|