Switch to uv

This commit is contained in:
2025-08-09 16:36:02 +01:00
parent 9fcebe000f
commit 15f44fdd48
7 changed files with 88 additions and 67 deletions

View File

@@ -1,20 +1,14 @@
[project]
name = "globaltalk-scraper"
version = "0.1.0"
description = ""
authors = [
{name = "Andrew Williams",email = "andy@tensixtyone.com"}
]
license = {text = "MIT"}
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyyaml>=6.0.2",
]
[tool.poetry]
package-mode = false
[tool.poetry.group.dev.dependencies]
ruff = "^0.12.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[dependency-groups]
dev = [
"ruff>=0.12.8",
]