linuxserver/docker-lazylibrarian

[FEAT] Requirements from pyproject.toml

Closed this issue · 3 comments

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Do you support installing requirements from pyproject.toml when you build the docker image?
If so, there are several bundled libraries that I would like to remove from source.
Thanks.

Reason for change

Upgrade, changes to distribution of sources

Proposed code change

use pyproject.toml in the build process

The linked PR is installing from the pyproject.toml, just need to make sure it's happy on arm as we many need to add some extra deps there.