Skip to content

poetry install installs dev dependencies by default #247

@m2march

Description

@m2march

When installing with poetry, dev dependencies are installed by default.

Test:

python -c "import mkdocs; print('mkdocs available')"  # Produces module not found
git clone https://github.com/ppsp-team/HyPyP
cd HyPyP
poetry install
poetry run python -c "import mkdocs; print('mkdocs available')" # Prints "mkdocs available"

mkdocs is one of the dev dependencies, shouldn't be there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions