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

Replace stdlib dependencies by third parties (requests, click) #950

Open
almet opened this issue Oct 14, 2024 · 0 comments
Open

Replace stdlib dependencies by third parties (requests, click) #950

almet opened this issue Oct 14, 2024 · 0 comments
Labels

Comments

@almet
Copy link
Contributor

almet commented Oct 14, 2024

We currently use overlapping projects in different parts of the code (for instance click and argparse). The reason why we use these different projects was to be able to use the scripts without having to install dependencies.

After a discussion, we believe it would be good for the project to decide on one set of tools instead, as it would provide an uniform tooling, be better in terms of tracking dependencies, and ultimately because some options seem simpler than their counterparts.

We want to ensure our build scripts are working well with this change, and so should try to use poetry run python rather than just python in our CI.

Note

This is related to #946 but the two issues are actually separated, as it's possible to fix one without the other.

@almet almet added good first issue Good for newcomers tidying ✨ labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant