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
Currently I'm using pipenv for this, but I'd like to switch for a variety of reasons. Am I right thinking in this case I should poetry init in the top level of the project, put in a dummy version number, and forget the versioning and package/publish functionality exists? Are there any caveats that might bite me later?
The text was updated successfully, but these errors were encountered:
Since this seems to be a duplicate of #1132 and there is already a longer trail of discussion there, I'll close this issue for now in an effort to consolidate and prune issues in poetry.
If you believe that this issue is different to #1132, please feel free to re-open this issue.
Question
In a similar vein to #1050, I have a codebase of python and other files somewhat like:
Currently I'm using
pipenv
for this, but I'd like to switch for a variety of reasons. Am I right thinking in this case I shouldpoetry init
in the top level of the project, put in a dummy version number, and forget the versioning and package/publish functionality exists? Are there any caveats that might bite me later?The text was updated successfully, but these errors were encountered: