alert-battery-to-maintain-h.../pyproject.toml
2021-09-19 12:33:04 +02:00

17 lines
442 B
TOML
Executable File

[tool.poetry]
name = "alert-battery-to-maintain-health"
version = "1.0.0"
description = "Alerts you if your battery is overcharged or discharged to extend its performance and health."
authors = ["Andros Fenollosa <andros@fenollosa.email>"]
[tool.poetry.dependencies]
python = "^3.9"
psutil = "^5.8.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"