Skip to content
New issue

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

Heavy "dev" Dependencies included as Project Dependency (Poetry) #10

Open
hute37 opened this issue Jul 4, 2021 · 0 comments
Open

Heavy "dev" Dependencies included as Project Dependency (Poetry) #10

hute37 opened this issue Jul 4, 2021 · 0 comments

Comments

@hute37
Copy link

hute37 commented Jul 4, 2021

In a poetry project, rootpath inclusion as a (default) project dependency, cause inclusion on many (heavy) development dependency:

Source: pyproject.toml

[tool.poetry.dependencies]
python = "^3.9"

rootpath = "*"

Output from 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)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant