1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-19 15:23:43 +02:00

allow python 3.9

This commit is contained in:
Lukas Winkler 2023-02-13 00:45:20 +01:00
parent 58100a20a5
commit 8102e35890
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -291,5 +291,5 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "6a4be29a87c415924cf9a8d25bedb0c33d95433eedaad30bd17c10499e58d716"
python-versions = "^3.9"
content-hash = "fba5d816d60799267fee16d5413f3209d30492cf5635847391e65b6c77e5884b"

View file

@ -5,7 +5,7 @@ description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
jinja2 = "^3.0.0"
requests = "^2.24.0"
pyyaml = "^6.0.0"