48c06c4a2a
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
544 B
TOML
27 lines
544 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.4.0"
|
|
pillow = "^10.0.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.2.0"
|
|
coverage = "^7.2.7"
|
|
pylint = "^3.0.0"
|
|
pylint-exit = "^1.2.0"
|
|
pytest = "^8.0.1"
|
|
pre-commit = "^3.6.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
meme = "app.main:main"
|