Files
KomPage/pyproject.toml
2025-05-23 16:59:40 +02:00

29 lines
669 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 }
[[tool.uv.index]]
name = "gitea"
url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"