Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to pyproject.toml #648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Switch to pyproject.toml #648

wants to merge 1 commit into from

Conversation

pmarr
Copy link

@pmarr pmarr commented Feb 3, 2025

This PR converts from setup.py to pyproject.toml and removes setup.py

It enables support of other pip backends besides setuptools like poetry or uv

Adds optional dependency groups allowing conditional installs of plugin dependencies.

If interested, I can submit a PR with our production Dockerfile. We build the coldfront project with uv in a minimal, unprivileged container.

Is there any reason upstream would want to stay with setup.py?

Converts from setup.py to pyproject.toml and removes setup.py

Adds ldap authentication deps to optional "auth" group

Signed-off-by: pmarr <[email protected]>
@pmarr pmarr marked this pull request as ready for review February 3, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant