mirror of
https://github.com/MatomoCamp/matomocamp-bot.git
synced 2024-09-11 06:53:44 +02:00
19 lines
426 B
TOML
19 lines
426 B
TOML
[tool.poetry]
|
|
name = "matomocamp-bot"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Lukas Winkler <git@lw1.at>"]
|
|
readme = "README.md"
|
|
packages = [{include = "matomocamp_bot"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
matrix-nio = {extras = ["e2e"], version = "^0.22.1"}
|
|
pytz = "^2023.3.post1"
|
|
dateutils = "^0.6.12"
|
|
libsass = "^0.21.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|