KCH / pixi.toml
bsamadi's picture
Changing project to workspace
bad06f6
raw
history blame contribute delete
747 Bytes
[workspace]
name = "kashi-coding-handbook"
version = "0.1.0"
description = "Kashi Coding Handbook - Building AI-Powered CLI Tools with Python"
authors = ["Kashi School of Computing"]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
[dependencies]
python = ">=3.11"
quarto = ">=1.8.26,<2"
[tasks]
install-quarto-extensions = "cd src; quarto install extension grantmcdermott/quarto-revealjs-clean; quarto install extension pandoc-ext/diagram"
install-tinytex = "quarto install tinytex"
preview = "quarto preview src"
render = "quarto render src"
serve = "python serve.py"
[feature.dev.dependencies]
black = ">=25.1.0,<26"
ruff = ">=0.14.8,<0.15"
mypy = ">=1.19.0,<2"
[environments]
default = []
dev = ["dev"]