-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move from Pipenv to Poetry #58
Comments
Hey @itisallgood what do you think would be the best practice to deal with Poetry, if Heroku does not support the lock-file out of the box?
Can you investigate this please, @itisallgood ? |
As addition: It seems not to be in the buildpack yet: heroku/heroku-buildpack-python#796 |
@jensneuhaus We can export poetry into requirements.txt. |
chore: moved from pipenv to poetry #58
☝️What is it? Why do we need it?
Right now, Pipenv is not as reliable and we should switch to
Poetry
💭 Implementation details
📋 Todos
Poetry
and removePipfile
The text was updated successfully, but these errors were encountered: