[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", "komgapi", "quart>=0.20.0", ] [tool.uv.sources] anilistapi = { workspace = true } komconfig = { workspace = true } komcache = { workspace = true } komgapi = { workspace = true }