push-status: Relaxy python requirement to 3.6

This commit is contained in:
Steffen Vogel 2024-03-13 16:25:59 +01:00
parent 6a3cfadaa7
commit 1890062e34

View file

@ -1,13 +1,13 @@
[tool.poetry]
name = "push-status"
version = "0.1.2"
version = "0.1.3"
description = "Push status of systemd units to Uptime-Kuma"
authors = ["Steffen Vogel <post@steffenvogel.de>"]
license = "Apache-2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.6"
diskcache = "^5.6.3"
retry = "^0.9.2"
uptime-kuma-api = "^1.2.1"