mobatime cmd line util
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.
 
 
 
 
timebot/pyproject.toml

23 lines
468 B

[tool.poetry]
name = "timebot"
version = "0.2.2"
description = ""
authors = ["Maximilian Zettler <info@max-zettler.de>"]
readme = "README.md"
[tool.poetry.scripts]
timebot = 'timebot.app:run'
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
requests = "^2.31.0"
PySide6 = "^6.5.0"
pytimeparse = "^1.1.8"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
Nuitka = ">1.7,<1.8"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"