You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we see that liccheck is complaining about aiofiles version 0.7.0, but that is clearly incorrect because it's included in the authorized_packages section of pyproject.toml.
The text was updated successfully, but these errors were encountered:
Seems like
authorized_packages
is just ignored.requirements.txt
$ pipenv run liccheck Loading .env environment variables... gathering licenses... 131 packages and dependencies. check authorized packages... 118 packages. check unauthorized packages... 11 packages. aiofiles (0.7.0): ['Other/Proprietary'] dependency: aiofiles [...]
Here we see that
liccheck
is complaining aboutaiofiles
version0.7.0
, but that is clearly incorrect because it's included in theauthorized_packages
section ofpyproject.toml
.The text was updated successfully, but these errors were encountered: