27 lines
562 B
TOML
27 lines
562 B
TOML
[project]
|
|
name = "kompage"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"anilistapi",
|
|
"flask>=3.1.1",
|
|
"httpx>=0.28.1",
|
|
"httpx-retries>=0.3.2",
|
|
"jinja2>=3.1.6",
|
|
"komcache",
|
|
"komconfig",
|
|
"komgapi",
|
|
"komsuite-nyaapy",
|
|
"limit>=0.2.3",
|
|
"quart>=0.20.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
komsuite-nyaapy = { workspace = true }
|
|
komgapi = { workspace = true }
|
|
komcache = { workspace = true }
|
|
komconfig = { workspace = true }
|
|
anilistapi = { workspace = true }
|