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

Requirement compatibility in toolchains #873

Open
cnpryer opened this issue Nov 23, 2023 · 1 comment
Open

Requirement compatibility in toolchains #873

cnpryer opened this issue Nov 23, 2023 · 1 comment
Milestone

Comments

@cnpryer
Copy link
Owner

cnpryer commented Nov 23, 2023

cc #853

Adding tools to toolchains is limited to by-name installs. So

huak tc add huak  # expected
huak tc add huak==0.0.20  # not expected

Tools can be packages. Packages have a requirements spec (see PEP 508). In #872 I've added Option<String> as "spec" to LocalTool as a short-term fix.

@cnpryer cnpryer added this to the v0.1.0 milestone Nov 23, 2023
@cnpryer
Copy link
Owner Author

cnpryer commented Nov 23, 2023

See #872 for how Requirement can be used.

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

No branches or pull requests

1 participant