We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a poetry project, rootpath inclusion as a (default) project dependency, cause inclusion on many (heavy) development dependency:
rootpath
pyproject.toml
[tool.poetry.dependencies] python = "^3.9" rootpath = "*"
poetry -vv update
1: fact: rootpath (0.1.1) depends on six (>=1.11.0) 1: fact: rootpath (0.1.1) depends on coloredlogs (>=10.0) 1: fact: rootpath (0.1.1) depends on termcolor (>=1.1.0) 1: fact: rootpath (0.1.1) depends on colour-runner (>=0.0.5) 1: fact: rootpath (0.1.1) depends on deepdiff (>=3.3.0) 1: fact: rootpath (0.1.1) depends on pygments (>=2.2.0) 1: fact: rootpath (0.1.1) depends on tox (>=3.0.0) 1: fact: rootpath (0.1.1) depends on coverage (>=4.5.2) 1: fact: rootpath (0.1.1) depends on codecov (>=2.0.15) 1: selecting rootpath (0.1.1) 1: derived: codecov (>=2.0.15) 1: derived: tox (>=3.0.0) 1: derived: pygments (>=2.2.0) 1: derived: deepdiff (>=3.3.0) 1: derived: colour-runner (>=0.0.5) 1: derived: termcolor (>=1.1.0) 1: derived: coloredlogs (>=10.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a poetry project,
rootpath
inclusion as a (default) project dependency, cause inclusion on many (heavy) development dependency:Source:
pyproject.toml
Output from
poetry -vv update
The text was updated successfully, but these errors were encountered: