summaryrefslogtreecommitdiff
path: root/overlays/worktime/pyproject.toml
blob: f3fd3dfa73e0d78b82081c48005263d9b359d756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "worktime"
version = "0.1.0"
description = ""
authors = ["Gregor Kleen <gkleen@yggdrasil.li>"]

[tool.poetry.dependencies]
python = "^3.10"
pyxdg = "^0.28"
python-dateutil = "^2.8.2"
uritools = "^4.0.1"
requests = "^2.28.2"
configparser = "^5.3.0"
tabulate = "^0.9.0"
backoff = "^2.2.1"

[tool.poetry.scripts]
worktime = "worktime.__main__:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"