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

feature: use pipenv sync instead of install #235

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

oz123
Copy link

@oz123 oz123 commented Oct 23, 2024

pipenv sync does installation by looking at the Pipfile.lock, and it verifies package hashed. It should be the prefered way to install packages in a deployment environment.

pipenv sync does installation by looking at the Pipfile.lock,
and it verifies package hashed. It should be the prefered way to
install packages in a deployment environment.

Signed-off-by: Oz Tiram <[email protected]>
This removed block was for versions older than python3.5.
None of these versions are supported by upsun.

Signed-off-by: Oz Tiram <[email protected]>
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