chore(deps): add uv project metadata and lockfile

This commit is contained in:
etienne-hd
2026-04-29 18:13:32 +02:00
parent b6dc50b436
commit be6337684c
3 changed files with 212 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[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",
]