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

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

Closed
breno-jesus-fernandes opened this issue Jun 1, 2022 · 1 comment

Comments

@breno-jesus-fernandes
Copy link
Contributor

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

@breno-jesus-fernandes
Copy link
Contributor Author

breno-jesus-fernandes commented Jun 6, 2022

Pull request with the solution: #23

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