-
Notifications
You must be signed in to change notification settings - Fork 8
/
pixi.toml
32 lines (27 loc) · 820 Bytes
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "fletcher"
authors = ["jollywatt <[email protected]>"]
channels = ["conda-forge/label/typst_rc", "conda-forge"]
platforms = ["osx-arm64"]
[tasks]
readme = "scripts/build-readme.py"
test = "typst-test run"
fix = "typst-test update --exact"
manual = { cmd = "typst watch --root . docs/manual.typ", cwd = "." }
gallery = "scripts/compile.nu --gallery"
install = "scripts/install.nu"
check = "scripts/check.nu"
[feature.typst-current.dependencies]
typst = {channel = "conda-forge"}
[feature.typst-rc.dependencies]
typst = {channel = "conda-forge/label/typst_rc"}
[dependencies]
python = ">=3.12.4,<3.13"
typst-test = ">=0.0.0.post103,<0.0.1"
typos = ">=1.22.7,<1.23"
tomli = ">=2.0.1,<2.1"
lxml = ">=5.2.2,<5.3"
nushell = ">=0.95.0,<0.96"
[environments]
current = ["typst-current"]
rc = ["typst-rc"]