initial commit

This commit is contained in:
2026-03-22 05:17:01 +00:00
parent 9a41fa4ef2
commit ef6e94958a
155 changed files with 43839 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "tanking-guide"
version = "0.1.0"
description = ""
authors = [
{name = "Daniel Tomlinson",email = "dtomlinson@panaetius.co.uk"}
]
readme = "README.md"
requires-python = "^3.12"
dependencies = [
"lxml (>=6.0.2,<7.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"