pyupio/pyup

support pyproject.toml and poetry

samuelcolvin opened this issue ยท 7 comments

Ref pydantic/pydantic#314, pydantic is looking to move from setup.cfg, setup.py and requirements.txt to pyproject.toml, however I love pyup and currently I guess pyup isn't compatible with that approach.

Would be great if pyup could support pyproject.toml and the [tool.poetry.dependencies] section as used by poetry.

Is this something you'd consider?

I am currently forced to remove pyup on my projects due to the lack of support for this.

@ssbarnea sorry to hear that, unfortunately we don't have an ETA for that, but it is something we are interested.

In order to solve this, we need to also integrate better with pyupio/dparse project as well.

Thanks for the request.

Me and a lot of others are switching from pipenv to poetry due to lack of maintenance and bad performance.
I like pyup and hope to be able to use it with poetry soon.
poetry support in dparse is tracked in pyupio/dparse#36.

Just raising my hand, I'd also be interested in pyup working with poetry. Thank you for your work!

This sounds like a must indeed for PyUp and also Dparse. We need to bring dparse support first. I am just wondering now if it would not be better to split this into two different requests: pyproject.toml and poetry.

@rafaelpivato poetry-support is the most upvoted feature in pyup, safety and dparse ๐ŸŽ‰
Did you come up with ideas concerning requirements and architecture?
I'm glad to help where I can ๐Ÿ˜‰