1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-18 14:13:44 +02:00
matomo4-plugins/pyproject.toml
2023-02-13 00:45:20 +01:00

17 lines
342 B
TOML

[tool.poetry]
name = "matomo4-plugins"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.9"
jinja2 = "^3.0.0"
requests = "^2.24.0"
pyyaml = "^6.0.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0a5"]
build-backend = "poetry.core.masonry.api"