Skip to content

Commit

Permalink
Merge pull request #1379 from HaoZeke/addVirtualenv
Browse files Browse the repository at this point in the history
MAINT: Unconditionally depend on virtualenv
  • Loading branch information
mattip committed Feb 11, 2024
2 parents a9e1703 + 2935e48 commit 41bbdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1379.misc.rst
@@ -0,0 +1 @@
``asv`` now depends on ``virtualenv``
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"asv-runner>=v0.1.0",
"json5",
"tabulate",
"virtualenv",
"colorama; platform_system == 'Windows'",
"pyyaml; platform_python_implementation != \"PyPy\"",
"pympler; platform_python_implementation != \"PyPy\"",
Expand Down

0 comments on commit 41bbdd4

Please sign in to comment.