Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Add stdlib-list to the list of ignored packages (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikovic committed Jun 22, 2023
1 parent 59fd8f4 commit b3c4a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_pip_licenses
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ IGNORED_PACKAGES = [
'GPyOpt', # BSD-3: https://github.com/SheffieldML/GPyOpt/blob/master/LICENSE.txt
'numexpr', # MIT: https://github.com/pydata/numexpr/blob/master/LICENSE.txt
'pathable', # Apache 2.0: https://github.com/p1c2u/pathable/blob/master/LICENSE
'stdlib-list', # MIT: https://github.com/pypi/stdlib-list/blob/main/LICENSE
'types-orjson', # Apache 2.0: https://github.com/python/typeshed/blob/main/LICENSE
]

Expand Down

0 comments on commit b3c4a3e

Please sign in to comment.