feat: good script and docker

This commit is contained in:
2026-04-13 18:23:46 +02:00
parent 90c5a42b47
commit 49b43b9598
7 changed files with 583 additions and 97 deletions

16
pyproject.toml.old Normal file
View File

@ -0,0 +1,16 @@
[tool.poetry]
name = "coronang-autojoin"
version = "0.1.0"
description = ""
authors = ["Yandrik <me@yandrik.dev>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
bs4 = "^0.0.2"
requests = "^2.31.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"