We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dependency-groups
uv
Just discovered: I refactored to use uv just days ago, and used
ancv/pyproject.toml
Lines 53 to 67 in e60f5f5
which is already outdated practice...:
https://github.com/astral-sh/uv/releases/tag/0.4.27
aka PEP 735 will allow this to be expressed natively and standards-based, which is fantastic:
[dependency-groups] dev = [ "pytest >=8.1.1,<9" ]
etc.
But 0.4.27 isn't packaged for devbox/nix yet, so can't and don't want to rely on that just yet.
0.4.27
Originally posted by @alexpovel in #241 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just discovered: I refactored to use
uv
just days ago, and usedancv/pyproject.toml
Lines 53 to 67 in e60f5f5
which is already outdated practice...:
https://github.com/astral-sh/uv/releases/tag/0.4.27
aka PEP 735 will allow this to be expressed natively and standards-based, which is fantastic:
etc.
But
0.4.27
isn't packaged for devbox/nix yet, so can't and don't want to rely on that just yet.Originally posted by @alexpovel in #241 (comment)
The text was updated successfully, but these errors were encountered: