Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 501 Bytes

File metadata and controls

20 lines (11 loc) · 501 Bytes

Allowed Python Packages

The ALLOWED_PYTHON_PACKAGES file lists Python
packages that addons can request to be installed.

New packages can be added by opening an Issue.


Format

The config doesn't follow any Python manifest formats,
it's just a simple text file where each line that isn't empty
and not a comment is interpreted as a Python package.

Packages cannot be declared with a version nor wildcards.