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

Remove hashes from requirements to fix pip install #178

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

VincentAntoine
Copy link
Collaborator

@VincentAntoine VincentAntoine commented Feb 25, 2021

pip install breaks when hashes are included in requirements.txt.

Unclear why, see cjolowicz/hypermodern-python#174 and python-poetry/poetry#3472

Locally, if managing dependencies with poetry, requirements.txt without hashes can be generated by passing --without-hashes to poetry export:

poetry export -o requirements.txt --without-hashes
poetry export -o requirements-dev.txt --without-hashes --dev

@sonarcloud
Copy link

sonarcloud bot commented Feb 25, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@VincentAntoine VincentAntoine merged commit 117ba8f into master Feb 25, 2021
@VincentAntoine VincentAntoine deleted the fix-ci-data-pipeline branch March 3, 2021 12:21
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