Skip to content

Commit e694cdf

Browse files
committed
Move dev dependencies into pyproject
1 parent 9cf7c6c commit e694cdf

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ vcf2zarr = "bio2zarr.cli:vcf2zarr"
4646
plink2zarr = "bio2zarr.cli:plink2zarr"
4747
vcf_partition = "bio2zarr.cli:vcf_partition"
4848

49+
[project.optional-dependencies]
50+
dev = [
51+
"msprime",
52+
"pysam",
53+
"pytest",
54+
"pytest-coverage",
55+
"pytest-xdist",
56+
"sgkit",
57+
"tqdm"
58+
]
59+
4960
[tool.setuptools]
5061
packages = ["bio2zarr"]
5162

requirements/development.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)