Skip to content

Commit

Permalink
Add external packages that depend on it at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Jul 11, 2024
1 parent 4e56124 commit e65760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The design policy of `pip-licenses` is as follows.

* Focus only on outputting license information of Python packages installed in user's environment.
* Support Python 3.8 or later.
* External packages that depend on runtime are [prettytable](https://pypi.org/project/prettytable/) only.
* External packages that depend on runtime are [prettytable](https://pypi.org/project/prettytable/) and [tomli](https://pypi.org/project/tomli/) only.
* Expect to be able to use [importlib\_metadata](https://importlib_metadata.readthedocs.io/) APIs.

## Setup
Expand Down

0 comments on commit e65760f

Please sign in to comment.