Add prettyprinter as dev package to pipenv#50
Open
marius92mc wants to merge 1 commit into
Open
Conversation
marius92mc
commented
Jan 27, 2018
| "sha256:d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2" | ||
| ], | ||
| "version": "==3.6.2" | ||
| "markers": "python_version <= '3.4'", |
Owner
Author
There was a problem hiding this comment.
This new "markers" section seems to be newly added to pipenv.
ignacio-chiazzo
approved these changes
Jan 28, 2018
Collaborator
ignacio-chiazzo
left a comment
There was a problem hiding this comment.
I like this addition. 👍
| name = "pypi" | ||
| url = "https://pypi.python.org/simple" | ||
|
|
||
|
|
Collaborator
There was a problem hiding this comment.
Who added these blank lines?
| pylint = "*" | ||
| requests = "*" | ||
| beautifulsoup4 = "*" | ||
| "beautifulsoup4" = "*" |
Collaborator
There was a problem hiding this comment.
unnecesary "". Can you confirm it was intentionally
Changed the - to "".
Owner
Author
|
I will answer here to both of the above questions, @ignacio-chiazzo. This PR content was automatically generated by the command. $ pipenv install --dev prettyprinterI didn't manually edit anything. It is not the first time when I see |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the
prettyprinterpackage to pipenv as a dev package.The reason for adding this package is because it can be really useful when inspecting in IPython and debugging in ipdb.
Issues:
FYI, @ignacio-chiazzo.