pylokid/pyproject.toml
Tobias Brunner 8a22747315
All checks were successful
continuous-integration/drone/push Build is passing
small improvements and dont mail mark seen
By using BODY.PEEK[] messages are not implicitely marked seen which
allows to set them seen when it could be processed. Might help to
reiterate over mails until the record is ready in Lodur.
2021-02-27 20:33:23 +01:00

26 lines
508 B
TOML

[tool.poetry]
name = "pylokid"
version = "3.0.3"
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"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
pylokid = 'pylokid.main:main'