-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support the PDM package manager #1341
Comments
@jefer94 You might want to have a look at this https://github.com/tuergeist/heroku-pdm-skeleton - I put my pdm heroku example together as minimal project using fastapi. |
That look good |
@tuergeist Hi! Taking a look at that repo I see it's running PDM install in the
The way to do this properly would be to either:
Regarding support in the Python buildpack for PDM - we'll have to see how PDM fares longer term (it's still newer and less popular than many of the other options). And even then, it would come after adding Poetry support (for which there is much more demand). Lastly, any new package manager support will be happening in the new CNB, rather than in this repo (which is for the classic buildpack, which will eventually be superseded by the CNB). |
PDM
or write the docs about it
@edmorley Thanks for the comments. I'd go with option 2 (post_compile) as option 1/3 need more effort on the long run. I don't want to become a maintainer for a product I pay for. Sorry. |
Just a note. A simple |
Exist any example how work CNB in this cases? |
@jefer94 What is CNB? |
I have a project in python with
pipenv
it recently can do anything less resolve dependencies, I want to change it withPDM
but does not exists material says whats package manager is supported ( https://devcenter.heroku.com/articles/buildpacks ) this can mean or not is supported or does not exists docs about it, I think this package manager is a good choise for the new projectsThe text was updated successfully, but these errors were encountered: