thedataincubator / expectexception

Jupyter magic for cells expected to raise exceptions
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Make pip installable without url #1

Closed znicholls closed 5 years ago

znicholls commented 5 years ago

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) .

znicholls commented 5 years ago

Probably should have started by looking for expectexception on pypi, thanks for your efforts! https://pypi.org/project/ExpectException/