17 lines
303 B
TOML
17 lines
303 B
TOML
|
[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"
|