-
Notifications
You must be signed in to change notification settings - Fork 357
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
Adopting Poetry or Rye for Dependency Management #43
Comments
Adding on to this, the current |
Good point; poetry not only brings dep mgmt but also virtual env management, so good to implement this, feel free to add this but do make sure that that the test deps are under the test deps, feel free to update the dev guidelines which was done for the old one here @manisha841 |
Sure |
consider choosing rye here @manisha841 as it seems to solve the dependency management better than poetry and a tool of future(all tools will converge to this) considering its now owned by same group who created dent in python development ecosystem with will be happy to collaborate if needed. |
@horrormyth I have opened a PR with necessary updates regarding this issue, please review and let me know, thanks! |
@sumanashrestha can you have at this PR and let me know if any changes are required? |
Managing dependencies as the project grows is quite a task, requirements.txt lacks support for dependency version locking, which comes with other maintenance challenges. There are package managers like Rye or Poetry that manage dependencies efficiently.
The text was updated successfully, but these errors were encountered: