Skip to content

bug: dev dependencies (click, PyYAML) not declared in any manifest #880

@rysweet

Description

@rysweet

Severity: LOW
Files: pyproject.toml, scripts/cli_documentation/*.py
Found by: code-atlas bug hunt

click and PyYAML are used in dev scripts but not declared anywhere. Developers get ImportError on fresh clone.

Fix: Add [project.optional-dependencies] dev = ['click', 'pyyaml']

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions