webexmemebot/pyproject.toml
dependabot[bot] 49a7d046d0 ---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 19:50:48 +01:00

28 lines
566 B
TOML

[tool.poetry]
name = "webexmemebot"
version = "0.1.0"
description = "Webex-based meme generation bot using memegen.link."
authors = ["luketainton"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11.2"
webex-bot = "^0.5.1"
pillow = "^10.3.0"
sentry-sdk = "^2.2.1"
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
coverage = "^7.5.1"
pylint = "^3.1.0"
pylint-exit = "^1.2.0"
pytest = "^8.2.1"
pre-commit = "^3.7.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
meme = "app.main:main"