You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
add new packages.
update all packages
synchronize your local venv with the list of requirements
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: