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.

[POETRY] option to omit dev-requirements

See original GitHub issue

Hi! I’m using this command: poetry run cyclonedx-bom -p -i poetry.lock -o cyclonedx-bom.xml --force which generates report with all requirements. I think we need flag which disable scan of dev-requirements.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
camillemcommented, Oct 14, 2022

@jkowalleck : thanks! Currently trying to come up with a draft/ PoC 😃

1reaction
jkowalleckcommented, Jun 20, 2022

Sounds reasonable.

Pull requests are welcome. Do you want to give it a try?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Commands | Documentation | Poetry - Python dependency ...
Commands You've already learned how to use the command-line interface to do some things. This chapter documents all the available commands.
Read more >
Add option to install only dev dependencies #2572 - GitHub
As a developer, I run a series of quick checks on my code, like pylint, flake, black, and mypy, both locally and in...
Read more >
Add ability to optionally ignore dev dependencies in Poetry ...
When Dependency Scanning runs on Poetry projects, it will always include development dependencies. NPM projects with dependency scanning respect ...
Read more >
Dependency Management With Python Poetry
When you add a requirement to the pyproject.toml file, it's not installed yet. As long as there's no poetry.lock file present in your...
Read more >
python - poetry: no way exclude dependencies for production?
1 Answer 1 · side-note: poetry is going to deprecate dev-dependencies soon. I've read that article, it would be nice to quote the...
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