5dde4261c2
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
568 B
TOML
28 lines
568 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.2"
|
|
pillow = "^11.0.0"
|
|
sentry-sdk = "^2.16.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.10.0"
|
|
coverage = "^7.6.3"
|
|
pylint = "^3.2.6"
|
|
pylint-exit = "^1.2.0"
|
|
pytest = "^8.3.3"
|
|
pre-commit = "^4.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
meme = "app.main:main"
|