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

fix filtering all pip version strings in requirements.txt #153

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

Neradoc
Copy link
Contributor

@Neradoc Neradoc commented Aug 25, 2022

Same fix for the filter of pip requirements as in circuitpython-build-tools:
Add ~[; to filter requirements and strip() spaces. See here examples of valid formats.

Example offending library, ~ in the last line of: https://github.com/adafruit/Adafruit_CircuitPython_BLE/blob/d24b8325f23cc933eb1df42c37aa4bc5a8387fe2/requirements.txt#L9

Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

I was leaving this review to others, but I encountered the same issue myself.

@dhalbert dhalbert merged commit 1910d6b into adafruit:main Sep 16, 2022
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