Files
komgAPI/pyproject.toml

31 lines
529 B
TOML

[project]
name = "komgapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
]
requires-python = ">=3.13"
dependencies = [
"httpx>=0.28.1",
"komconfig",
"loguru>=0.7.3",
"typing-extensions>=4.12.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"komconfig",
]
test = [
"pytest>=8.3.4",
]
[tool.uv.sources]
komconfig = { workspace = true }