initial commit

This commit is contained in:
2025-05-04 12:29:59 +02:00
commit 01b3246533
10 changed files with 805 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "kompage"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.0",
"httpx>=0.28.1",
"jinja2>=3.1.6",
"quart>=0.20.0",
]
[tool.uv.sources]
anilistapi = { workspace = true }
komconfig = { workspace = true }
komcache = { workspace = true }