pylokid/pyproject.toml

26 lines
508 B
TOML
Raw Permalink Normal View History

2021-02-11 20:00:29 +00:00
[tool.poetry]
name = "pylokid"
version = "3.2.0"
2021-02-11 20:00:29 +00:00
description = ""
authors = ["Tobias Brunner <tobias@tobru.ch>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
aioeasywebdav = "2.4.0"
python-dotenv = "^0.15.0"
requests = "^2.25.1"
python-pushover = "^0.4"
MechanicalSoup = "^1.0.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"
black = "^20.8b1"
2021-02-11 20:00:29 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
pylokid = 'pylokid.main:main'