INITIAL COMMIT

This commit is contained in:
2024-04-16 13:59:48 +02:00
commit 90c5a42b47
14 changed files with 736 additions and 0 deletions

16
pyproject.toml 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"