Files
webexmemebot/pyproject.toml
renovate[bot] 80b4bc0054
All checks were successful
Release / Tag release (push) Successful in 27s
Release / Create Release (push) Successful in 27s
Release / Publish Docker Images (push) Successful in 1m25s
[SECURITY] Update dependency pillow to <12.1.2,>=12.1.1 [SECURITY] (#558)
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
2026-02-14 13:38:45 +00:00

39 lines
787 B
TOML

[project]
name = "webexmemebot"
version = "0.0.0"
description = "Webex-based meme generation bot using memegen.link."
readme = "README.md"
authors = [
{name = "luketainton"},
]
requires-python = "<3.14,>=3.11"
dependencies = [
"webex-bot<1.2.1,>=1.2.0",
"pillow<12.1.2,>=12.1.1",
"astroid<=4.0.3",
]
[dependency-groups]
dev = [
"black<26.1.1,>=26.1.0",
"coverage<8.0.0,>=7.6.10",
"isort<7.0.1,>=7.0.0",
"pylint<4.1.0,>=4.0.0",
"pylint-exit<2.0.0,>=1.2.0",
"pytest<9.1.0,>=9.0.0",
"pre-commit<5.0.0,>=4.0.1",
"pytest-github-actions-annotate-failures>=0.3.0",
]
[project.scripts]
meme = "app.main:main"
[tool.pdm.build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.black]
line-length = 120