webexmemebot/pyproject.toml
dependabot[bot] 48c5c3b1d4 chore(pip-dev)(deps-dev): bump black from 24.4.2 to 24.8.0
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 16:37:57 +01:00

28 lines
567 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.4.0"
sentry-sdk = "^2.12.0"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
coverage = "^7.6.0"
pylint = "^3.2.6"
pylint-exit = "^1.2.0"
pytest = "^8.3.2"
pre-commit = "^3.8.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
meme = "app.main:main"