binderhub icon indicating copy to clipboard operation
binderhub copied to clipboard

Support for poetry

Open tschm opened this issue 2 years ago • 3 comments

I love your software but I do miss pyproject.toml files in the list here:

https://mybinder.readthedocs.io/en/latest/using/config_files.html#config-files

I think I will try to build my own docker image for now.

HNY

tschm avatar Jan 08 '23 20:01 tschm

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

welcome[bot] avatar Jan 08 '23 20:01 welcome[bot]

I would also love support for pyproject.toml! I'd add that it's not just used by poetry, but is now the "standard practice", per the python packaging authority and is tool-agnostic.

(I'm currently switching from using setup.py to pyproject.toml for a package, and an environment is created and launched, but it contains none of my dependencies, so I'm assuming pip install . wasn't run.)

billbrod avatar Aug 03 '23 21:08 billbrod

I'd love support for pyproject.toml as well. Are there any plans if/when this might happen?

cod3licious avatar Mar 04 '24 09:03 cod3licious