Skip to content

Commit

Permalink
BUG: Add dependency on packaging
Browse files Browse the repository at this point in the history
Needed since `distutils` deprecation in:
airspeed-velocity#1240
  • Loading branch information
HaoZeke committed Aug 21, 2023
1 parent ab8804d commit d709a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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

0 comments on commit d709a70

Please sign in to comment.