| [ Web Proxy ] |
| Viewing: https://github-redirect.dependabot.com/python-humanize/humanize/issues/16 | [Back] [Original] |
wheel dependency from pyproject.toml - #16The `wheel` dependency in `pyproject.toml` is not necessary, and modern setuptools documentation advises against adding it. The PEP517 backend automatically exposes the `wheel` dependency, and a future version of setuptools may no longer use it.
Codecov Report
@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage 99.68% 99.68%
=======================================
Files 9 9
Lines 635 635
=======================================
Hits 633 633
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
| Web Proxy Viewer | New URL | Original Page |
The
wheeldependency inpyproject.tomlis not necessary, and modernsetuptools documentation advises against adding it. The PEP517 backend
automatically exposes the
wheeldependency, and a future versionof setuptools may no longer use it.