2021-08-18 22:00:16 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "alert-battery-to-maintain-health"
|
2021-08-29 12:20:04 +02:00
|
|
|
version = "1.0.0"
|
|
|
|
description = "Alerts you if your battery is overcharged or discharged to extend its performance and health."
|
2021-08-18 22:00:16 +02:00
|
|
|
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"
|