dl/pyproject.toml
Michel Roux cf68462ae2
Some checks failed
dl / lint (push) Successful in 2m7s
dl / docker (push) Failing after 6m33s
refactor: add transmissionrpc_cf and 2hdp script
2024-11-30 01:50:46 +01:00

33 lines
636 B
TOML

[tool.poetry]
name = "dl"
version = "0.0.0"
description = ""
authors = ["Michel Roux <xefir@crystalyx.net>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
transmissionrpc-cf = "^0.2.1"
requests = "^2.32.3"
yt-dlp = "^2024.11.27"
[tool.poetry.group.dev.dependencies]
ruff = "^0.8.1"
mypy = "^1.13.0"
types-requests = "^2.32.0"
[[tool.poetry.source]]
name = "gitea"
url = "https://git.crystalyx.net/api/packages/Xefir/pypi/simple"
priority = "supplemental"
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"