-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 new
to support --dependency & --dev-dependency
#1854
Comments
poetry new
to support --dependency & --dev-dependency
That could be something to be considered for future release. |
Are you open to reviewing a pull request that implements this? |
If you are willing to make one, sure. However, I can't guarantee that it will be part of the next release. |
@Secrus I'm hoping to get feedback on my PR, I wonder if you could help with that? I tried to tag @neersighted, but no response so far: #5710 (comment). Thanks! |
I think we should make |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature Request
Could these options be added to the
poetry new
command (non-interactive):--dependency
: Package to require with a version constraint--dev-dependency
: Development packagesThe
poetry init
command (interactive) already supports these flags.Both with
multiple=True
.Maybe also these (
init
supports butnew
doesn't):--description
: Description of the package.--author
: Author of the package.I can implement & make a PR if this makes sense to you.
The text was updated successfully, but these errors were encountered: