toddlers/pyproject.toml
Aurélien Bompard a53c9ce00a
Support Python >= 3.11
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-12-18 17:35:53 +01:00

47 lines
1.1 KiB
TOML

[tool.poetry]
name = "toddlers"
version = "0.1.0"
description = "Small fedora-messaging toddlers that keep running around"
authors = ["Pierre-Yves Chibon <pingou@pingoured.fr>"]
license = "GPL-2.0-or-later"
readme = "README.rst"
[tool.poetry.dependencies]
python = "^3.11"
arrow = "^1.3.0"
beanbag = "^1.9.2"
bs4 = "^0.0.2"
defusedxml = "^0.7.1"
fasjson-client = "^1.0.8"
fedora-messaging = "^3.6.0"
fedora-messaging-git-hook-messages = "^1.0.1"
gitpython = "^3.1.43"
koji = "^1.34.2"
requests = "^2.32.3"
noggin-messages = "^1.1.0"
pagure-messages = "^1.2.0"
pygobject = "^3.48.2"
python-fedora = "^1.1.1"
python-bugzilla = ">=3.2.0"
pdc-client = "^1.8.0"
zstandard = "^0.23.0"
dogpile-cache = "^1.3.3"
pylibmc = "^1.6.3"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
types-requests = "^2.32.0.20240622"
types-toml = "^0.10.8.20240310"
mypy = "^1.10.1"
flake8 = "^7.1.0"
flake8-import-order = "^0.18.2"
black = ">=24.4.2"
diff-cover = "^9.1.1"
[tool.poetry.scripts]
toddlers-playtime = "toddlers.playtime:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"