Skip to content

Proposal: One file to all dependencies and configs of the project #19

Closed
@breno-jesus-fernandes

Description

@breno-jesus-fernandes

We already use pyproject.toml to store some configs of the project, so I thought, why do we don't use poetry to manage and publish the project?

Here's the deal. Mypy, Pyright and Pytests could store the configs in pyproject.toml file. We could run that thought poetry, split the development dependencies and publish the whole project. It's gonna be easier and clean for anyone to contribute to the project.

Download the project -> poetry install -> make code -> poetry run tests -> poetry publish

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