We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Within a fresh virtualenv, install pipdeptree, and then dateutil and cycler, which both depend only on six.
pipdeptree
dateutil
cycler
six
$ python -mpipdeptree -r six==1.10.0 - cycler==0.10.0 [requires: six>=1.5] # Oops, this should be dateutil. six==1.10.0 - cycler==0.10.0 [requires: six]
The text was updated successfully, but these errors were encountered:
This looks like a bug. Thanks for reporting.
Sorry, something went wrong.
Fix incorrect output in reverse mode
4ccd84f
Fixes issues #45 and #49
Fix included in the 0.7.0 release on PyPI.
No branches or pull requests
Within a fresh virtualenv, install
pipdeptree
, and thendateutil
andcycler
, which both depend only onsix
.The text was updated successfully, but these errors were encountered: