initial commit
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "kompage"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"flask>=3.1.0",
|
||||
"httpx>=0.28.1",
|
||||
"jinja2>=3.1.6",
|
||||
"quart>=0.20.0",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
anilistapi = { workspace = true }
|
||||
komconfig = { workspace = true }
|
||||
komcache = { workspace = true }
|
||||
Reference in New Issue
Block a user