Skip to content

Commit

Permalink
BLD: Add an optional install target
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Sep 10, 2023
1 parent 3351d08 commit 62891cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies = [
"asv-runner>=v0.0.9",
"json5",
"tabulate",
"packaging",
"colorama; os_name == 'nt'",
"pyyaml; platform_python_implementation != \"PyPy\"",
"pympler; platform_python_implementation != \"PyPy\"",
Expand Down Expand Up @@ -65,6 +64,10 @@ dev = [
"ruff",
"isort >= 5.11.5",
]
virtualenv = [
"virtualenv",
"packaging",
]
hg = [
"python-hglib",
]
Expand Down

0 comments on commit 62891cd

Please sign in to comment.