-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathenvironment.yml
More file actions
43 lines (43 loc) · 895 Bytes
/
environment.yml
File metadata and controls
43 lines (43 loc) · 895 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: webservices
channels:
- conda-forge
platforms:
- linux-64
dependencies:
- anaconda-client >=1.8.0
- cachetools
- conda >=25.9.0
- conda-build >=25.9.0
- conda-forge-metadata >=0.12.0
- conda-forge-pinning
- conda-forge-tick >=2025.1.51
- conda-forge-feedstock-ops >=0.15.1
- conda-recipe-manager >=0.9.0
- conda-smithy >=3.34.1 # this pin is for jinja2 sandboxes
- conda-souschef
- cryptography >=39
- python-dateutil
- git
- gitpython
- lxml
- mock
- parameterized
- pip
- pygithub >=2.2.0,<2.6.0 # lower bound for GH App endpoints and upper bound so making app tokens works
- python =3.12.*
- pytz
- pyyaml
- rattler-build >=0.35.4
- requests
- ruamel.yaml >=0.16
- ruamel.yaml.jinja2
- setuptools
- setuptools_scm >=8
- shellcheck
- tini
- tornado
- tqdm
# dev dependencies
- flaky
- pytest
- pytest-xdist