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

Use poetry instead of pipenv #506

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

Conversation

vporton
Copy link

@vporton vporton commented Jan 29, 2024

Issue 504 fixed:

Use poetry instead of pipenv.

pipenv has the misfeature that it updates all dependencies in the .lock file, every time when something is changed (e.g. added a new dependency), what makes managing dependencies a nightmare.

See also pypa/pipenv#6070.

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