question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support pyproject.toml and poetry

See original GitHub issue

Ref https://github.com/samuelcolvin/pydantic/issues/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?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:44
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
djbrowncommented, Nov 22, 2020

@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 😉

3reactions
djbrowncommented, Apr 13, 2020

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The pyproject.toml file | Documentation | Poetry
Poetry supports extras to allow expression of: optional dependencies, which enhance a package, but are not required; and; clusters of optional dependencies.
Read more >
how to run a script using pyproject.toml settings and poetry?
1. can some one please help me understand how to run to wish commend? as a short term option(with out git and params)...
Read more >
pyproject.toml - Poetry configuration
Important: This program performs automated edits to the pyproject.toml files for this project and all its subprojects (such as the BookServer and the...
Read more >
How can I use poetry with PEP-621 style pyproject.toml ? #5833
Does poetry support dependencies in this format? I tried a naive poetry install --no-root and got an error regarding missing [tool.poetry] ...
Read more >
Dependency Management With Python Poetry
Use the pyproject.toml file; Pin dependencies; Install dependencies with poetry.lock; Execute basic Poetry CLI commands. Using Poetry will help you start new ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found