binderhub
binderhub copied to clipboard
Support for poetry
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
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.
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:
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.)
I'd love support for pyproject.toml as well. Are there any plans if/when this might happen?