-
Notifications
You must be signed in to change notification settings - Fork 2
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
Discussion about dependency management #6
Comments
Maybe some alternatives ( |
I prefer to use uv because it replicates the pip syntax: my proof: |
@batazor , |
Thanks, @batazor , |
|
Above is PR with ability to choose package manager on project initialization. Probably it is a suitable option. Please review and share your opinions. |
* Allow to choose Poetry or uv as package manager * Fix invalid rebase on merge conflict * Remove lock file only if it exists * Change lines order to preserve pyproject-uv.toml pre deletion * Add package_manager choice, exclude .github and venv from Jinja2 rendering * Fix Jinja2 conditional statements * Add missing Ruff and pylint config to pyproject-uv.toml
Let's discuss improvements and changes related to dependency management.
If you have any tool, package, config, or script to share, feel free to suggest it into this discussion.
The text was updated successfully, but these errors were encountered: