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

Poetry #31

Open
Trutifruti opened this issue Nov 17, 2024 · 1 comment
Open

Poetry #31

Trutifruti opened this issue Nov 17, 2024 · 1 comment

Comments

@Trutifruti
Copy link
Collaborator

Would it be an option to use poetry for version control of all the used packages ?

The requierents.txt isn't exhaustive as of now. We could make a script to have it update automatically, but poetry makes the package management and addition of new packages very easy.
With 3 terminal commands we can

  1. add new packages.
  2. update all packages
  3. synchronize your local venv with the list of requirements
@antoinetavant
Copy link
Collaborator

Yes, the requierment.txt is not used currently, it should be removed from the project.
The project is supposed to use Hatch, with is somewhat similar but different from Poetry.

But recently, I thought of using only UV instead of hatch.
https://docs.astral.sh/uv/
The last release of UV is beast. It does all we need.

For more discussion on this topic, I recommend this article : https://alpopkes.com/posts/python/packaging_tools/

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

2 participants