GoogleCloudPlatform / artifact-registry-python-tools

Apache License 2.0
21 stars 11 forks source link

Support for pipenv #18

Open megan-kuo opened 3 years ago

megan-kuo commented 3 years ago

Pipenv does not properly invoke keyring when locking the file. It can potentially be due to the lock file being generated in a virtual environment that lacks the credential helper.

The workaround here is a bit of a hack:

Steps:

At this time, we can't officially support pipenv due to it's architecture.

di commented 3 years ago

This seems to be a corresponding issue in pipenv's tracker: https://github.com/pypa/pipenv/issues/4706