-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpixi.toml
More file actions
24 lines (19 loc) · 607 Bytes
/
pixi.toml
File metadata and controls
24 lines (19 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]
authors = ["Tobias Fischer <info@tobiasfischer.info>"]
channels = ["conda-forge"]
description = "Add a short description here"
name = "robostack-docs-env"
platforms = ["osx-arm64", "linux-64", "win-64"]
version = "0.1.0"
[tasks]
compare-completeness = { cmd = "python utils/compare_pkg_completeness.py", description = "Add two arguments to give it the DISTRO and CHANNEL"}
serve = "mkdocs serve"
[dependencies]
mkdocs-material = "*"
pip = "*"
# Required by copy-staging-packages.yml
requests = "*"
anaconda-client = "*"
[pypi-dependencies]
mkdocs-redirects = "*"
mkdocs-minify-plugin = "*"