Skip to content

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

Description

@hute37

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)


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions