update files, add release workflow
This commit is contained in:
@@ -5,16 +5,22 @@ description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"flask>=3.1.0",
|
||||
"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]
|
||||
anilistapi = { workspace = true }
|
||||
komconfig = { workspace = true }
|
||||
komcache = { workspace = true }
|
||||
komsuite-nyaapy = { workspace = true }
|
||||
komgapi = { workspace = true }
|
||||
komcache = { workspace = true }
|
||||
komconfig = { workspace = true }
|
||||
anilistapi = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user