initial commit

This commit is contained in:
2025-02-17 15:12:35 +01:00
commit 29e1665917
5 changed files with 285 additions and 0 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[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 }