Files
KomCache/pyproject.toml

22 lines
432 B
TOML

[project]
name = "komcache"
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 = [
"komconfig",
"pymysql>=1.1.1",
"sqlalchemy[asyncio]>=2.0.41",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv.sources]
komconfig = { workspace = true }