webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Pipenv inconsistencies #142

Open 4rokis opened 4 years ago

4rokis commented 4 years ago

Pipenv config

[packages]
anytree = "*"
yaspin = "*"
aiohttp = "*"
urllib3 = "*"
docopt = "*"
license-expression = "*"
black = "*"
pipdeptree = "*"
questionary = "*"
mkdocs = "*"
mkdocs-material = "*"

and direct dependency tree should be the same

===========
Initiated License.sh check for pipenv project located at .
===========

├── aiohttp - 3.6.2 - Apache 2, normalized as "Apache-2.0"
├── anytree - 2.8.0 - Apache 2.0, normalized as "Apache-2.0"
├── black - 19.10b0 - MIT
├── docopt - 0.6.2 - MIT
├── license-expression - 1.2 - apache-2.0, normalized as "Apache-2.0"
├── nltk - 3.5 - Apache License, Version 2.0, normalized as "Apache-2.0"
├── pipdeptree - 1.0.0 - MIT License, normalized as "MIT"
├── questionary - 1.5.2 - MIT
├── setuptools - 45.2.0 - Unknown
├── urllib3 - 1.25.9 - MIT
├── wheel - 0.34.2 - MIT
└── yaspin - 0.17.0 - MIT

However you can see packages like wheel, setuptools, nltk, ...