pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.89k stars 1.87k forks source link

Update pipdeptree #6275

Closed oz123 closed 1 month ago

oz123 commented 1 month ago

update pipdeptree to a the latest version.

Somehow these tests passed locally on my systems but on github they failed. The reaon is that on my tests env:

openpyxl==2.5.4 [requires: et-xmlfile]

and in github:

openpyxl==2.5.4 [requires: et_xmlfile]

I modified the assertion to catch both, since it's not a blocker for the functionality of graphing the dependencies.

matteius commented 1 month ago

Looks good, I'd recommend adding back the LICENSE file and add a news fragment.

oz123 commented 1 month ago

@matteius News and license added.