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
Fixes#104@mythmon r?
It's a small and conservative change. I've been bitten by it so many times when running `hashin -u -i requirements/default.txt` and it essentially complaining at me when it assumes that `requirements/default.txt` is the name of a python package.
So many times I've typed something like this:
when I meant to type
hashin --dry-run -u -r requirements/default.txt
It reminds me of how
pip
deals withpip install requirements.txt
and thinksrequirements.txt
is a package name on PyPI.The text was updated successfully, but these errors were encountered: