-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdev.yml
More file actions
33 lines (33 loc) · 735 Bytes
/
dev.yml
File metadata and controls
33 lines (33 loc) · 735 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
name: zstash_dev
channels:
- conda-forge
dependencies:
# Base
# =================
- pip
- python >=3.11,<3.15
- setuptools >=65.0.0
- sqlite
- six >=1.16.0
- globus-sdk >=3.15.0,<4.0
# Developer Tools
# =================
# If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
- black ==25.1.0
- flake8 ==7.3.0
- isort ==6.0.1
- mypy ==1.18.2
- pre-commit ==4.3.0
- tbump >=6.9.0
# Testing
# =======================
- pytest
- pytest-cov
# Documentation
# =================
# If versions are updated, also update in `.github/workflows/workflow.yml`
- jinja2 <3.1
- sphinx >=5.2.0
- sphinx-multiversion >=0.2.4
- sphinx_rtd_theme >=1.0.0
- docutils >=0.17.1