python-inspector icon indicating copy to clipboard operation
python-inspector copied to clipboard

Consider deduplicating dependencies

Open pombredanne opened this issue 2 years ago • 2 comments

pombredanne avatar Jun 14 '22 12:06 pombredanne

I'm not 100% certain whether this is also what @pombredanne is referring to, but running

python-inspector --requirement requirements.txt --python-version 3.11 --operating-system linux --json-pdt out.json

on requirements.txt yields out.json which contains almost every package exactly twice...

sschuberth avatar Jan 12 '24 10:01 sschuberth

On the other hand, the following packages from requirements.txt are missing in out.json: atomicwrites, colorama, importlib-metadata, typing-extensions, zipp.

sschuberth avatar Jan 12 '24 10:01 sschuberth