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

18 lines
342 B
TOML
Raw Normal View History

2020-08-31 20:27:19 +02:00
[tool.poetry]
name = "matomo4-plugins"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
2023-02-13 00:45:20 +01:00
python = "^3.9"
2023-02-13 00:42:32 +01:00
jinja2 = "^3.0.0"
2020-08-31 20:27:19 +02:00
requests = "^2.24.0"
2023-02-13 00:42:32 +01:00
pyyaml = "^6.0.0"
2020-08-31 20:27:19 +02:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0a5"]
build-backend = "poetry.core.masonry.api"