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

Add support for Pyproject toml circup dependencies #188

Merged
merged 3 commits into from
Nov 13, 2023

Conversation

FoamyGuy
Copy link
Contributor

@FoamyGuy FoamyGuy commented Nov 4, 2023

This change makes circup look for a circup section with circup_dependencies inside of the pyproject.toml file and use it as an additional list of dependencies that is separate from requirements.txt. This is to be used for circuitpython libraries that are included in bundle, but not deployed to pypi and thus aren't valid in requirements.txt

Here is an example declaration of one such dependency this was tested with:

[circup]
circup_dependencies = ["cedargrove_midi_tools"]

@FoamyGuy
Copy link
Contributor Author

FoamyGuy commented Nov 4, 2023

this offers a solution for: #181

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! Thank you!

@FoamyGuy FoamyGuy merged commit ce7a298 into adafruit:main Nov 13, 2023
1 check passed
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.

None yet

2 participants