31 lines
577 B
TOML
31 lines
577 B
TOML
[project]
|
|
name = "kompage"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"anilistapi>=0.1.1",
|
|
"flask>=3.1.1",
|
|
"httpx>=0.28.1",
|
|
"httpx-retries>=0.3.2",
|
|
"jinja2>=3.1.6",
|
|
"komcache>=0.1.0",
|
|
"komconfig>=0.2.0",
|
|
"komgapi>=0.1.1",
|
|
"komsuite-nyaapy>=0.1.0",
|
|
"limit>=0.2.3",
|
|
"quart>=0.20.0",
|
|
]
|
|
|
|
|
|
|
|
[[tool.uv.index]]
|
|
name = "gitea"
|
|
url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"
|
|
|
|
[dependency-groups]
|
|
deploy = [
|
|
"uvicorn>=0.34.2",
|
|
]
|