You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
405 B
19 lines
405 B
[tool.poetry]
|
|
name = "lol-schedule"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Default <default@mail.com>"]
|
|
readme = "README.md"
|
|
packages = [{include = "lol_schedule"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
requests = "^2.31.0"
|
|
beautifulsoup4 = "^4.12.2"
|
|
googleapi = "^0.1.0"
|
|
poetry-dotenv-plugin = "^0.2.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|