push-status: Relaxy python requirement to 3.6
This commit is contained in:
parent
6a3cfadaa7
commit
1890062e34
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue