Files
KomTagger/pyproject.toml
2025-02-17 15:12:35 +01:00

24 lines
428 B
TOML

[project]
name = "komtagger"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anilistapi",
"komgapi",
"limit>=0.2.3",
"loguru>=0.7.3",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
]
[dependency-groups]
dev = [
"bump-my-version>=0.32.1",
]
[tool.uv.sources]
komgapi = { workspace = true }
anilistapi = { workspace = true }