Initial commit

This commit is contained in:
2025-03-06 12:11:13 +00:00
commit 21423c8394
10 changed files with 431 additions and 0 deletions

20
pyproject.toml Normal file
View File

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