update codebase
This commit is contained in:
@@ -7,8 +7,19 @@ authors = [
|
||||
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"komconfig",
|
||||
"typing-extensions>=4.12.2",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
"pytest>=8.3.4",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
komconfig = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user