summaryrefslogtreecommitdiff
path: root/overlays/worktime/pyproject.toml
blob: 08002d4dd4414243bc2a9b999468e58a223caf99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"
tabulate = "^0.9.0"
backoff = "^2.2.1"
toml = "^0.10.2"
jsonpickle = "^3.0.2"

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

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