2025-01-03 17:41:14 +01:00
|
|
|
[project]
|
2023-07-21 23:57:14 +02:00
|
|
|
name = "webexmemebot"
|
2025-01-03 17:41:14 +01:00
|
|
|
version = "0.0.0"
|
2023-07-21 23:57:14 +02:00
|
|
|
description = "Webex-based meme generation bot using memegen.link."
|
|
|
|
readme = "README.md"
|
2025-01-03 17:41:14 +01:00
|
|
|
authors = [
|
|
|
|
{name = "luketainton"},
|
|
|
|
]
|
|
|
|
requires-python = ">=3.11.2"
|
|
|
|
dependencies = [
|
|
|
|
"webex-bot<1.0.0,>=0.5.2",
|
|
|
|
"pillow<12.0.0,>=11.0.0",
|
|
|
|
"astroid<=3.3.8",
|
|
|
|
]
|
2023-07-21 23:57:14 +02:00
|
|
|
|
2025-01-03 17:41:14 +01:00
|
|
|
[tool.uv]
|
|
|
|
dev-dependencies = [
|
|
|
|
"black<25.0.0,>=24.10.0",
|
|
|
|
"coverage<8.0.0,>=7.6.10",
|
|
|
|
"isort<6.0.0,>=5.13.2",
|
|
|
|
"pylint<4.0.0,>=3.3.2",
|
|
|
|
"pylint-exit<2.0.0,>=1.2.0",
|
|
|
|
"pytest<9.0.0,>=8.3.4",
|
|
|
|
"pre-commit<5.0.0,>=4.0.1",
|
|
|
|
]
|
2023-07-21 23:57:14 +02:00
|
|
|
|
2025-01-03 17:41:14 +01:00
|
|
|
[project.scripts]
|
|
|
|
meme = "app.main:main"
|
2023-07-21 23:57:14 +02:00
|
|
|
|
2025-01-03 17:41:14 +01:00
|
|
|
[tool.pdm.build]
|
|
|
|
includes = []
|
2023-07-21 23:57:14 +02:00
|
|
|
[build-system]
|
2025-01-03 17:41:14 +01:00
|
|
|
requires = ["pdm-backend"]
|
|
|
|
build-backend = "pdm.backend"
|