update project, workflow, add lockfile

This commit is contained in:
2025-05-23 17:30:55 +02:00
parent 1bb20b8f59
commit 262b39f3a3
3 changed files with 583 additions and 12 deletions

View File

@@ -5,25 +5,21 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anilistapi",
"anilistapi>=0.1.1",
"flask>=3.1.1",
"httpx>=0.28.1",
"httpx-retries>=0.3.2",
"jinja2>=3.1.6",
"komcache",
"komconfig",
"komgapi",
"komsuite-nyaapy",
"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.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/"
url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"