forked from conda/conda-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.toml
99 lines (91 loc) · 2.28 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# This file was generated by conda-lock for the pixi environment manager.
# For more information, see <https://github.com/conda/conda-lock> and <https://pixi.sh>.
# Source files:
# - environments/dev-environment.yaml
# - pyproject.toml
[project]
name = "conda-lock"
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"]
channels = ["conda-forge"]
[dependencies]
boltons = ">=23.0.0"
cachecontrol = "<0.15.0,>=0.14.0"
cachecontrol-with-filecache = ">=0.12.9"
charset-normalizer = "*"
click = ">=8.0"
click-default-group = "*"
crashtest = "<0.5.0,>=0.4.1"
dulwich = "<0.22.0,>=0.21.2"
ensureconda = ">=1.4.4"
gitpython = ">=3.1.30"
importlib-metadata = ">=4.4"
jinja2 = "*"
keyring = "<25.0.0,>=24.0.0"
packaging = ">=23.1"
pexpect = "<5.0.0,>=4.7.0"
pip = "*"
pkginfo = "<2.0,>=1.10"
platformdirs = "<5.0.0,>=3.10.0"
pydantic = ">=2"
pyproject_hooks = "<2.0.0,>=1.0.0"
python-build = "<2.0.0,>=1.0.3"
python-fastjsonschema = "<3.0.0,>=2.18.0"
python-installer = "<0.8.0,>=0.7.0"
pyyaml = ">=5.1"
requests = "<3.0,>=2.26"
requests-toolbelt = "<2.0.0,>=1.0.0"
"ruamel.yaml" = "*"
semver = "<4,>=3"
setuptools = "*"
shellingham = "<2.0,>=1.5"
tomli = "<3.0.0,>=2.0.1"
tomlkit = "<1.0.0,>=0.11.4"
trove-classifiers = ">=2022.5.19"
typing_extensions = "*"
virtualenv = "<21.0.0,>=20.23.0"
zstandard = ">=0.15"
[pypi-dependencies]
conda-lock = {path = ".", editable = true}
[target.osx-64.dependencies]
xattr = "<2.0.0,>=1.0.0"
[target.osx-arm64.dependencies]
xattr = "<2.0.0,>=1.0.0"
[feature.dev.dependencies]
check-manifest = "*"
docker-py = "*"
doctr = "*"
filelock = "*"
flaky = "*"
freezegun = "*"
mamba = "<2"
mkdocs = "*"
mkdocs-click = "*"
mkdocs-include-markdown-plugin = "*"
mkdocs-material = "*"
mypy = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-split = "*"
pytest-timeout = "*"
pytest-xdist = "*"
requests-mock = "*"
ruff = "*"
twine = "*"
types-click = "*"
types-filelock = "*"
types-freezegun = "*"
types-pyyaml = "*"
types-requests = "*"
types-setuptools = "*"
types-toml = "*"
wheel = "*"
[feature.dev.pypi-dependencies]
types-click-default-group = "*"
[environments]
# Redefine the default environment to include all categories.
default = ["dev"]
# Define a minimal environment with only the default feature.
minimal = []
# Create an environment for each feature.
dev = ["dev"]