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

Replace pip with poetry, to introduce lockfiles #53

Open
nottrobin opened this issue Jun 15, 2021 · 0 comments
Open

Replace pip with poetry, to introduce lockfiles #53

nottrobin opened this issue Jun 15, 2021 · 0 comments
Assignees

Comments

@nottrobin
Copy link
Contributor

nottrobin commented Jun 15, 2021

We are seeing a bunch of issues because we don't have lockfiles:

  • With fuzzy versions, e.g. loose versioning inside flask-base, different versions of the site can be running different versions of a module
  • The order in which you put dependencies in requirements.txt matters, when it shouldn't, as you'll end up with different versions of sub-dependencies depending on what was installed first

On the other hand:

  • We need to check it works in dotrun and docker.
@nottrobin nottrobin changed the title poetry Replace pip with poetry, to introduce lockfiles Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants