igvteam / igv-notebook

Module for embedding igv.js in an IPython notebook
MIT License
59 stars 13 forks source link

add requirements to setup.py #17

Closed jamestwebber closed 1 year ago

jamestwebber commented 1 year ago

Closes #16. I opted to add ipykernel and ipython as well as requests, as the package wouldn't work without them.

It's reasonable to assume that any normal user would have the first two packages installed already. But just in case they forget, this ensures that pip will take care of it. Also, it makes the dependency relationship clear to tools that inspect such things.