I really like using expectexception. I was wondering if it would be possible to make it pip installable without a url because pypi sometimes complains about trying to install direct dependencies from a url (full discussion in https://github.com/pypa/pip/issues/4187, tl;dr PyPI won't install packages that have urls in their requirements) .
I really like using expectexception. I was wondering if it would be possible to make it pip installable without a url because pypi sometimes complains about trying to install direct dependencies from a url (full discussion in https://github.com/pypa/pip/issues/4187, tl;dr PyPI won't install packages that have urls in their requirements) .